#88777A

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

Shades of Empress #88777A

Tints of Empress #88777A

Color information

#88777A (or 0x88777A) is unknown color: approx Empress. HEX triplet: 88, 77 and 7A. RGB value is (136,119,122). Sum of RGB (Red+Green+Blue) = 136+119+122=377 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.07% from 377); Green value is 119 (46.88% from 255 or 31.56% from 377); Blue value is 122 (48.05% from 255 or 32.36% from 377); Max value from RGB is 136 - color contains mainly: red. Hex color #88777A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88777A is #778885. Grayscale: #7C7C7C. Windows color (decimal): -7833734 or 8025992. OLE color: 8025992.

HSL color Cylindrical-coordinate representation of color #88777A: hue angle of 349.41º degrees, saturation: 0.07, 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 #88777A is Cyan = 0, Magento = 0.12, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB136119122-
CMYK00.120.100.47
HSL349.41º6.67%50%-
HSV(B)349.41º12.5%53.33%-
XYZ20.2619.8321.17-
YUV124.42126.63136.26-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 36.07%
GREEN value IS 119 (46.88% from 255) = 31.56%
BLUE value IS 122 (48.05% from 255) = 32.36%
R=36.07%
G=31.56%
B=32.36%

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
Decimal13611912200.120.100.47349.416.6750
Hex88777A0CA2F15d732
Octal2101671720141257535762
Binary1000100011101111111010011001010101111101011101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88777A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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