Color Hex Logo

#75272b Color Hex

#75272B
(117,39,43)
0 Favorites   0 Comments

Color spaces of #75272b

RGB 1173943
HSL0.990.500.31
HSV357°67°46°
CMYK 0.000.670.63   0.54
XYZ8.49775.40742.8813
Yxy5.40740.50620.3221
Hunter Lab23.253824.53558.9313
CIE-Lab27.865334.501116.0307

#75272b color RGB value is (117,39,43).

#75272b hex color red value is 117, green value is 39 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #75272b hue: 0.99 , saturation: 0.50 and the lightness value of 75272b is 0.31.

The process color (four color CMYK) of #75272b color hex is 0.00, 0.67, 0.63, 0.54. Web safe color of #75272b is #663333. Color #75272b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 00100111 00101011
Octal 165 47 53
Decimal 117 39 43
Hex 75 27 2B

RGB Percentages of Color #75272b

%58.79
%19.60
%21.61

CMYK Percentages of Color #75272b

%0
%67
%63
%54

Triadic Colors of #75272b

#75272b #2b7527 #272b75

Analogous Colors of #75272b

#75272b #754a27 #752752

Monochromatic Colors of #75272b

#75272b

Complementary Color

#75272b #277571

#75272b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75272b Color Preview on White Background

Lorem ipsum dolor sit amet.

#75272b Color CSS Codes

.mybgcolor {background-color:#75272b; } 
.myforecolor {color:#75272b; }
.mybordercolor {border:3px solid #75272b; }

#75272b Text Font Color

<p style="color:#75272b">Text here</p>

This sample text font color is #75272b
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#75272b Background Color

<div style="background-color:#75272b">
Div content here</div>

This div background color is #75272b


#75272b Border Color

<div style="border:3px solid #75272b">
Div here</div>

This div border color is #75272b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(117,39,43, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #75272b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #75272b;
  -webkit-box-shadow: 1px 1px 3px 2px #75272b;
  box-shadow:         1px 1px 3px 2px #75272b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(117,39,43, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #75272b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #75272b;
  -webkit-box-shadow: 1px 1px 3px 2px #75272b;
  box-shadow:         1px 1px 3px 2px #75272b;">
Div content here</div>

This div box has shadow with color #75272b


Comments

No comments written yet.

Please login to write comment.