#88787B

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

Shades of Empress #88787B

Tints of Empress #88787B

Color information

#88787B (or 0x88787B) is unknown color: approx Empress. HEX triplet: 88, 78 and 7B. RGB value is (136,120,123). Sum of RGB (Red+Green+Blue) = 136+120+123=379 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.88% from 379); Green value is 120 (47.27% from 255 or 31.66% from 379); Blue value is 123 (48.44% from 255 or 32.45% from 379); Max value from RGB is 136 - color contains mainly: red. Hex color #88787B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88787B is #778784. Grayscale: #7D7D7D. Windows color (decimal): -7833477 or 8091784. OLE color: 8091784.

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

Color convert

RGB136120123-
CMYK00.120.100.47
HSL348.75º6.3%50.2%-
HSV(B)348.75º11.76%53.33%-
XYZ20.4420.121.54-
YUV125.13126.8135.76-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 35.88%
GREEN value IS 120 (47.27% from 255) = 31.66%
BLUE value IS 123 (48.44% from 255) = 32.45%
R=35.88%
G=31.66%
B=32.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13612012300.120.100.47348.756.350.2
Hex88787B0CA2F15d632
Octal2101701730141257535662
Binary1000100011110001111011011001010101111101011101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88787B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88787B; }

 p { color: rgb(136,120,123); }

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

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

 a { background-color: rgb(136,120,123); }

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

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

 span { border-color: rgb(136,120,123); }

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