#99737F

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

Shades of Venus #99737F

Tints of Venus #99737F

Color information

#99737F (or 0x99737F) is unknown color: approx Venus. HEX triplet: 99, 73 and 7F. RGB value is (153,115,127). Sum of RGB (Red+Green+Blue) = 153+115+127=395 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.73% from 395); Green value is 115 (45.31% from 255 or 29.11% from 395); Blue value is 127 (50% from 255 or 32.15% from 395); Max value from RGB is 153 - color contains mainly: red. Hex color #99737F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99737F is #668C80. Grayscale: #7F7F7F. Windows color (decimal): -6720641 or 8352665. OLE color: 8352665.

HSL color Cylindrical-coordinate representation of color #99737F: hue angle of 341.05º 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 #99737F is Cyan = 0, Magento = 0.25, Yellow = 0.17 and Black (K on CMYK) = 0.4.

Color convert

RGB153115127-
CMYK00.250.170.4
HSL341.05º15.7%52.55%-
HSV(B)341.05º24.84%60%-
XYZ23.120.5722.83-
YUV127.73127.59146.02-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 38.73%
GREEN value IS 115 (45.31% from 255) = 29.11%
BLUE value IS 127 (50% from 255) = 32.15%
R=38.73%
G=29.11%
B=32.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.17
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15311512700.250.170.4341.0515.752.55
Hex99737F01911281551035
Octal23116317703121505252065
Binary10011001111001111111110110011000110100010101010110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99737F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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