#88757A

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

Shades of Venus #88757A

Tints of Venus #88757A

Color information

#88757A (or 0x88757A) is unknown color: approx Venus. HEX triplet: 88, 75 and 7A. RGB value is (136,117,122). Sum of RGB (Red+Green+Blue) = 136+117+122=375 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.27% from 375); Green value is 117 (46.09% from 255 or 31.2% from 375); Blue value is 122 (48.05% from 255 or 32.53% from 375); Max value from RGB is 136 - color contains mainly: red. Hex color #88757A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88757A is #778A85. Grayscale: #7B7B7B. Windows color (decimal): -7834246 or 8025480. OLE color: 8025480.

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

Color convert

RGB136117122-
CMYK00.140.100.47
HSL344.21º7.51%49.61%-
HSV(B)344.21º13.97%53.33%-
XYZ20.0319.3621.09-
YUV123.25127.29137.09-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 36.27%
GREEN value IS 117 (46.09% from 255) = 31.2%
BLUE value IS 122 (48.05% from 255) = 32.53%
R=36.27%
G=31.2%
B=32.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13611712200.140.100.47344.217.5149.61
Hex88757A0EA2F158832
Octal21016517201612575301062
Binary10001000111010111110100111010101011111010110001000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88757A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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