#88787D

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

Shades of Venus #88787D

Tints of Venus #88787D

Color information

#88787D (or 0x88787D) is unknown color: approx Venus. HEX triplet: 88, 78 and 7D. RGB value is (136,120,125). Sum of RGB (Red+Green+Blue) = 136+120+125=381 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.70% from 381); Green value is 120 (47.27% from 255 or 31.50% from 381); Blue value is 125 (49.22% from 255 or 32.81% from 381); Max value from RGB is 136 - color contains mainly: red. Hex color #88787D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88787D is #778782. Grayscale: #7D7D7D. Windows color (decimal): -7833475 or 8222856. OLE color: 8222856.

HSL color Cylindrical-coordinate representation of color #88787D: hue angle of 341.25º 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 #88787D is Cyan = 0, Magento = 0.12, Yellow = 0.08 and Black (K on CMYK) = 0.47.

Color convert

RGB136120125-
CMYK00.120.080.47
HSL341.25º6.3%50.2%-
HSV(B)341.25º11.76%53.33%-
XYZ20.5720.1522.21-
YUV125.35127.8135.59-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 35.70%
GREEN value IS 120 (47.27% from 255) = 31.50%
BLUE value IS 125 (49.22% from 255) = 32.81%
R=35.70%
G=31.50%
B=32.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.08
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13612012500.120.080.47341.256.350.2
Hex88787D0C82F155632
Octal2101701750141057525662
Binary1000100011110001111101011001000101111101010101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88787D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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