#88727B

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

Shades of Venus #88727B

Tints of Venus #88727B

Color information

#88727B (or 0x88727B) is unknown color: approx Venus. HEX triplet: 88, 72 and 7B. RGB value is (136,114,123). Sum of RGB (Red+Green+Blue) = 136+114+123=373 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.46% from 373); Green value is 114 (44.92% from 255 or 30.56% from 373); Blue value is 123 (48.44% from 255 or 32.98% from 373); Max value from RGB is 136 - color contains mainly: red. Hex color #88727B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88727B is #778D84. Grayscale: #797979. Windows color (decimal): -7835013 or 8090248. OLE color: 8090248.

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

Color convert

RGB136114123-
CMYK00.160.100.47
HSL335.45º8.8%49.02%-
HSV(B)335.45º16.18%53.33%-
XYZ19.7518.721.31-
YUV121.6128.79138.27-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 36.46%
GREEN value IS 114 (44.92% from 255) = 30.56%
BLUE value IS 123 (48.44% from 255) = 32.98%
R=36.46%
G=30.56%
B=32.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13611412300.160.100.47335.458.849.02
Hex88727B010A2F14f931
Octal21016217302012575171161
Binary100010001110010111101101000010101011111010011111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88727B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88727B; }

 p { color: rgb(136,114,123); }

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

<style>
 a { background-color: #88727B; }

 a { background-color: rgb(136,114,123); }

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

<style>
 span { border-color: #88727B; }

 span { border-color: rgb(136,114,123); }

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