#88767A

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

Shades of Empress #88767A

Tints of Empress #88767A

Color information

#88767A (or 0x88767A) is unknown color: approx Empress. HEX triplet: 88, 76 and 7A. RGB value is (136,118,122). Sum of RGB (Red+Green+Blue) = 136+118+122=376 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.17% from 376); Green value is 118 (46.48% from 255 or 31.38% from 376); Blue value is 122 (48.05% from 255 or 32.45% from 376); Max value from RGB is 136 - color contains mainly: red. Hex color #88767A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88767A is #778985. Grayscale: #7B7B7B. Windows color (decimal): -7833990 or 8025736. OLE color: 8025736.

HSL color Cylindrical-coordinate representation of color #88767A: hue angle of 346.67º degrees, saturation: 0.07, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #88767A is Cyan = 0, Magento = 0.13, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB136118122-
CMYK00.130.100.47
HSL346.67º7.09%49.8%-
HSV(B)346.67º13.24%53.33%-
XYZ20.1419.621.13-
YUV123.84126.96136.67-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 36.17%
GREEN value IS 118 (46.48% from 255) = 31.38%
BLUE value IS 122 (48.05% from 255) = 32.45%
R=36.17%
G=31.38%
B=32.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13611812200.130.100.47346.677.0949.8
Hex88767A0DA2F15b732
Octal2101661720151257533762
Binary1000100011101101111010011011010101111101011011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88767A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88767A; }

 p { color: rgb(136,118,122); }

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

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

 a { background-color: rgb(136,118,122); }

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

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

 span { border-color: rgb(136,118,122); }

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