Color Hex Logo

#75625b Color Hex

#75625B
(117,98,91)
0 Favorites   0 Comments

Color spaces of #75625b

RGB 1179891
HSL0.040.130.41
HSV16°22°46°
CMYK 0.000.160.22   0.54
XYZ13.592113.272611.7430
Yxy13.27260.35210.3438
Hunter Lab36.43162.84056.3911
CIE-Lab43.17116.42056.8194

#75625b color RGB value is (117,98,91).

#75625b hex color red value is 117, green value is 98 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #75625b hue: 0.04 , saturation: 0.13 and the lightness value of 75625b is 0.41.

The process color (four color CMYK) of #75625b color hex is 0.00, 0.16, 0.22, 0.54. Web safe color of #75625b is #666666. Color #75625b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01100010 01011011
Octal 165 142 133
Decimal 117 98 91
Hex 75 62 5B

RGB Percentages of Color #75625b

%38.24
%32.03
%29.74

CMYK Percentages of Color #75625b

%0
%16
%22
%54

Triadic Colors of #75625b

#75625b #5b7562 #625b75

Analogous Colors of #75625b

#75625b #756f5b #755b61

Monochromatic Colors of #75625b

#75625b

Complementary Color

#75625b #5b6e75

#75625b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75625b Color Preview on White Background

Lorem ipsum dolor sit amet.

#75625b Color CSS Codes

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

#75625b Text Font Color

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

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


#75625b Background Color

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

This div background color is #75625b


#75625b Border Color

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

This div border color is #75625b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75625b


Comments

No comments written yet.

Please login to write comment.