#88737D

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

Shades of Venus #88737D

Tints of Venus #88737D

Color information

#88737D (or 0x88737D) is unknown color: approx Venus. HEX triplet: 88, 73 and 7D. RGB value is (136,115,125). Sum of RGB (Red+Green+Blue) = 136+115+125=376 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.17% from 376); Green value is 115 (45.31% from 255 or 30.59% from 376); Blue value is 125 (49.22% from 255 or 33.24% from 376); Max value from RGB is 136 - color contains mainly: red. Hex color #88737D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88737D is #778C82. Grayscale: #7A7A7A. Windows color (decimal): -7834755 or 8221576. OLE color: 8221576.

HSL color Cylindrical-coordinate representation of color #88737D: hue angle of 331.43º degrees, saturation: 0.08, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #88737D is Cyan = 0, Magento = 0.15, Yellow = 0.08 and Black (K on CMYK) = 0.47.

Color convert

RGB136115125-
CMYK00.150.080.47
HSL331.43º8.37%49.22%-
HSV(B)331.43º15.44%53.33%-
XYZ19.9918.9822.01-
YUV122.42129.46137.69-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 36.17%
GREEN value IS 115 (45.31% from 255) = 30.59%
BLUE value IS 125 (49.22% from 255) = 33.24%
R=36.17%
G=30.59%
B=33.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.08
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13611512500.150.080.47331.438.3749.22
Hex88737D0F82F14b831
Octal21016317501710575131061
Binary10001000111001111111010111110001011111010010111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88737D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88737D; }

 p { color: rgb(136,115,125); }

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

<style>
 a { background-color: #88737D; }

 a { background-color: rgb(136,115,125); }

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

<style>
 span { border-color: #88737D; }

 span { border-color: rgb(136,115,125); }

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