#766567

Color #766567 Empress (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Empress #766567

Tints of Empress #766567

Color information

#766567 (or 0x766567) is unknown color: approx Empress. HEX triplet: 76, 65 and 67. RGB value is (118,101,103). Sum of RGB (Red+Green+Blue) = 118+101+103=322 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.65% from 322); Green value is 101 (39.84% from 255 or 31.37% from 322); Blue value is 103 (40.62% from 255 or 31.99% from 322); Max value from RGB is 118 - color contains mainly: red. Hex color #766567 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766567 is #899A98. Grayscale: #6A6A6A. Windows color (decimal): -9018009 or 6776182. OLE color: 6776182.

HSL color Cylindrical-coordinate representation of color #766567: hue angle of 352.94º degrees, saturation: 0.08, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #766567 is Cyan = 0, Magento = 0.14, Yellow = 0.13 and Black (K on CMYK) = 0.54.

Color convert

RGB118101103-
CMYK00.140.130.54
HSL352.94º7.76%42.94%-
HSV(B)352.94º14.41%46.27%-
XYZ14.5714.1414.79-
YUV106.31126.13136.34-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 118 (46.48% from 255) = 36.65%
GREEN value IS 101 (39.84% from 255) = 31.37%
BLUE value IS 103 (40.62% from 255) = 31.99%
R=36.65%
G=31.37%
B=31.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.13
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11810110300.140.130.54352.947.7642.94
Hex7665670ED3616182b
Octal16614514701615665411053
Binary1110110110010111001110111011011101101011000011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766567

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766567; }

 p { color: rgb(118,101,103); }

 H1.HeaderClassName
 {
   color: #766567;
 }
 .AnyTagClassName
 {
   color: #766567;
 }
</style>
background-color css

<style>
 a { background-color: #766567; }

 a { background-color: rgb(118,101,103); }

 div.DivClassName
 {
   background-color: #766567;
 }
 .BgClassName
 {
   background-color: #766567;
 }
</style>
border-color css

<style>
 span { border-color: #766567; }

 span { border-color: rgb(118,101,103); }

 td.TdClassName
 {
   border-color: #766567;
 }
 .TagClassName
 {
   border-color: #766567;
 }
</style>