#99737E

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

Shades of Venus #99737E

Tints of Venus #99737E

Color information

#99737E (or 0x99737E) is unknown color: approx Venus. HEX triplet: 99, 73 and 7E. RGB value is (153,115,126). Sum of RGB (Red+Green+Blue) = 153+115+126=394 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.83% from 394); Green value is 115 (45.31% from 255 or 29.19% from 394); Blue value is 126 (49.61% from 255 or 31.98% from 394); Max value from RGB is 153 - color contains mainly: red. Hex color #99737E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99737E is #668C81. Grayscale: #7F7F7F. Windows color (decimal): -6720642 or 8287129. OLE color: 8287129.

HSL color Cylindrical-coordinate representation of color #99737E: hue angle of 342.63º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #99737E is Cyan = 0, Magento = 0.25, Yellow = 0.18 and Black (K on CMYK) = 0.4.

Color convert

RGB153115126-
CMYK00.250.180.4
HSL342.63º15.7%52.55%-
HSV(B)342.63º24.84%60%-
XYZ23.0320.5422.49-
YUV127.62127.09146.11-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 38.83%
GREEN value IS 115 (45.31% from 255) = 29.19%
BLUE value IS 126 (49.61% from 255) = 31.98%
R=38.83%
G=29.19%
B=31.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.18
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15311512600.250.180.4342.6315.752.55
Hex99737E01912281571035
Octal23116317603122505272065
Binary10011001111001111111100110011001010100010101011110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99737E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,115,126); }

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

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

 a { background-color: rgb(153,115,126); }

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

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

 span { border-color: rgb(153,115,126); }

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