#99727F

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

Shades of Venus #99727F

Tints of Venus #99727F

Color information

#99727F (or 0x99727F) is unknown color: approx Venus. HEX triplet: 99, 72 and 7F. RGB value is (153,114,127). Sum of RGB (Red+Green+Blue) = 153+114+127=394 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.83% from 394); Green value is 114 (44.92% from 255 or 28.93% from 394); Blue value is 127 (50% from 255 or 32.23% from 394); Max value from RGB is 153 - color contains mainly: red. Hex color #99727F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99727F is #668D80. Grayscale: #7F7F7F. Windows color (decimal): -6720897 or 8352409. OLE color: 8352409.

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

Color convert

RGB153114127-
CMYK00.250.170.4
HSL340º16.05%52.35%-
HSV(B)340º25.49%60%-
XYZ22.9820.3422.79-
YUV127.14127.92146.44-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 38.83%
GREEN value IS 114 (44.92% from 255) = 28.93%
BLUE value IS 127 (50% from 255) = 32.23%
R=38.83%
G=28.93%
B=32.23%

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
Decimal15311412700.250.170.434016.0552.35
Hex99727F01911281541034
Octal23116217703121505242064
Binary10011001111001011111110110011000110100010101010010000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99727F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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