Color Hex Logo

#75550a Color Hex

#75550A
(117,85,10)
0 Favorites   0 Comments

Color spaces of #75550a

RGB 1178510
HSL0.120.840.25
HSV42°91°46°
CMYK 0.000.270.91   0.54
XYZ10.639410.30081.7147
Yxy10.30080.46960.4547
Hunter Lab32.09493.006519.2988
CIE-Lab38.37706.586543.6224

#75550a color RGB value is (117,85,10).

#75550a hex color red value is 117, green value is 85 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #75550a hue: 0.12 , saturation: 0.84 and the lightness value of 75550a is 0.25.

The process color (four color CMYK) of #75550a color hex is 0.00, 0.27, 0.91, 0.54. Web safe color of #75550a is #666600. Color #75550a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01010101 00001010
Octal 165 125 12
Decimal 117 85 10
Hex 75 55 A

RGB Percentages of Color #75550a

%55.19
%40.09
%4.72

CMYK Percentages of Color #75550a

%0
%27
%91
%54

Triadic Colors of #75550a

#75550a #0a7555 #550a75

Analogous Colors of #75550a

#75550a #60750a #75200a

Monochromatic Colors of #75550a

#75550a

Complementary Color

#75550a #0a2a75

#75550a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75550a Color Preview on White Background

Lorem ipsum dolor sit amet.

#75550a Color CSS Codes

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

#75550a Text Font Color

<p style="color:#75550a">Text here</p>

This sample text font color is #75550a
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.


#75550a Background Color

<div style="background-color:#75550a">
Div content here</div>

This div background color is #75550a


#75550a Border Color

<div style="border:3px solid #75550a">
Div here</div>

This div border color is #75550a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(117,85,10, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #75550a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #75550a;
  -webkit-box-shadow: 1px 1px 3px 2px #75550a;
  box-shadow:         1px 1px 3px 2px #75550a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75550a


Comments

No comments written yet.

Please login to write comment.