#88797C

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

Shades of Venus #88797C

Tints of Venus #88797C

Color information

#88797C (or 0x88797C) is unknown color: approx Venus. HEX triplet: 88, 79 and 7C. RGB value is (136,121,124). Sum of RGB (Red+Green+Blue) = 136+121+124=381 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.70% from 381); Green value is 121 (47.66% from 255 or 31.76% from 381); Blue value is 124 (48.83% from 255 or 32.55% from 381); Max value from RGB is 136 - color contains mainly: red. Hex color #88797C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88797C is #778683. Grayscale: #7D7D7D. Windows color (decimal): -7833220 or 8157576. OLE color: 8157576.

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

Color convert

RGB136121124-
CMYK00.110.090.47
HSL348º5.93%50.39%-
HSV(B)348º11.03%53.33%-
XYZ20.6320.3621.91-
YUV125.83126.97135.26-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 35.70%
GREEN value IS 121 (47.66% from 255) = 31.76%
BLUE value IS 124 (48.83% from 255) = 32.55%
R=35.70%
G=31.76%
B=32.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.09
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13612112400.110.090.473485.9350.39
Hex88797C0B92F15c632
Octal2101711740131157534662
Binary1000100011110011111100010111001101111101011100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88797C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88797C; }

 p { color: rgb(136,121,124); }

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

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

 a { background-color: rgb(136,121,124); }

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

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

 span { border-color: rgb(136,121,124); }

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