#88717A

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

Shades of Venus #88717A

Tints of Venus #88717A

Color information

#88717A (or 0x88717A) is unknown color: approx Venus. HEX triplet: 88, 71 and 7A. RGB value is (136,113,122). Sum of RGB (Red+Green+Blue) = 136+113+122=371 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.66% from 371); Green value is 113 (44.53% from 255 or 30.46% from 371); Blue value is 122 (48.05% from 255 or 32.88% from 371); Max value from RGB is 136 - color contains mainly: red. Hex color #88717A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88717A is #778E85. Grayscale: #787878. Windows color (decimal): -7835270 or 8024456. OLE color: 8024456.

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

Color convert

RGB136113122-
CMYK00.170.100.47
HSL336.52º9.24%48.82%-
HSV(B)336.52º16.91%53.33%-
XYZ19.5718.4520.94-
YUV120.9128.62138.77-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 36.66%
GREEN value IS 113 (44.53% from 255) = 30.46%
BLUE value IS 122 (48.05% from 255) = 32.88%
R=36.66%
G=30.46%
B=32.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13611312200.170.100.47336.529.2448.82
Hex88717A011A2F151931
Octal21016117202112575211161
Binary100010001110001111101001000110101011111010100011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88717A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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