#88767F

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

Shades of Venus #88767F

Tints of Venus #88767F

Color information

#88767F (or 0x88767F) is unknown color: approx Venus. HEX triplet: 88, 76 and 7F. RGB value is (136,118,127). Sum of RGB (Red+Green+Blue) = 136+118+127=381 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.70% from 381); Green value is 118 (46.48% from 255 or 30.97% from 381); Blue value is 127 (50% from 255 or 33.33% from 381); Max value from RGB is 136 - color contains mainly: red. Hex color #88767F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88767F is #778980. Grayscale: #7C7C7C. Windows color (decimal): -7833985 or 8353416. OLE color: 8353416.

HSL color Cylindrical-coordinate representation of color #88767F: hue angle of 330º degrees, saturation: 0.07, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #88767F is Cyan = 0, Magento = 0.13, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB136118127-
CMYK00.130.070.47
HSL330º7.09%49.8%-
HSV(B)330º13.24%53.33%-
XYZ20.4619.7222.81-
YUV124.41129.46136.27-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 35.70%
GREEN value IS 118 (46.48% from 255) = 30.97%
BLUE value IS 127 (50% from 255) = 33.33%
R=35.70%
G=30.97%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13611812700.130.070.473307.0949.8
Hex88767F0D72F14a732
Octal210166177015757512762
Binary100010001110110111111101101111101111101001010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88767F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88767F; }

 p { color: rgb(136,118,127); }

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

<style>
 a { background-color: #88767F; }

 a { background-color: rgb(136,118,127); }

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

<style>
 span { border-color: #88767F; }

 span { border-color: rgb(136,118,127); }

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