#88757E

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

Shades of Venus #88757E

Tints of Venus #88757E

Color information

#88757E (or 0x88757E) is unknown color: approx Venus. HEX triplet: 88, 75 and 7E. RGB value is (136,117,126). Sum of RGB (Red+Green+Blue) = 136+117+126=379 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.88% from 379); Green value is 117 (46.09% from 255 or 30.87% from 379); Blue value is 126 (49.61% from 255 or 33.25% from 379); Max value from RGB is 136 - color contains mainly: red. Hex color #88757E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88757E is #778A81. Grayscale: #7B7B7B. Windows color (decimal): -7834242 or 8287624. OLE color: 8287624.

HSL color Cylindrical-coordinate representation of color #88757E: hue angle of 331.58º 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 #88757E is Cyan = 0, Magento = 0.14, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB136117126-
CMYK00.140.070.47
HSL331.58º7.51%49.61%-
HSV(B)331.58º13.97%53.33%-
XYZ20.2819.4622.43-
YUV123.71129.29136.77-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 35.88%
GREEN value IS 117 (46.09% from 255) = 30.87%
BLUE value IS 126 (49.61% from 255) = 33.25%
R=35.88%
G=30.87%
B=33.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13611712600.140.070.47331.587.5149.61
Hex88757E0E72F14c832
Octal2101651760167575141062
Binary1000100011101011111110011101111011111010011001000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88757E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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