Color Hex Logo

#755867 Color Hex

#755867
(117,88,103)
0 Favorites   0 Comments

Color spaces of #755867

RGB 11788103
HSL0.910.140.40
HSV329°25°46°
CMYK 0.000.250.12   0.54
XYZ13.274011.740614.3985
Yxy11.74060.33680.2979
Hunter Lab34.26469.1875-0.9294
CIE-Lab40.800814.5814-3.9616

#755867 color RGB value is (117,88,103).

#755867 hex color red value is 117, green value is 88 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #755867 hue: 0.91 , saturation: 0.14 and the lightness value of 755867 is 0.40.

The process color (four color CMYK) of #755867 color hex is 0.00, 0.25, 0.12, 0.54. Web safe color of #755867 is #666666. Color #755867 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01011000 01100111
Octal 165 130 147
Decimal 117 88 103
Hex 75 58 67

RGB Percentages of Color #755867

%37.99
%28.57
%33.44

CMYK Percentages of Color #755867

%0
%25
%12
%54

Triadic Colors of #755867

#755867 #677558 #586775

Analogous Colors of #755867

#755867 #755859 #755875

Monochromatic Colors of #755867

#755867

Complementary Color

#755867 #587566

#755867 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#755867 Color Preview on White Background

Lorem ipsum dolor sit amet.

#755867 Color CSS Codes

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

#755867 Text Font Color

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

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


#755867 Background Color

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

This div background color is #755867


#755867 Border Color

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

This div border color is #755867


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(117,88,103, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #755867; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #755867;
  -webkit-box-shadow: 1px 1px 3px 2px #755867;
  box-shadow:         1px 1px 3px 2px #755867; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #755867


Comments

No comments written yet.

Please login to write comment.