#99757F

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

Shades of Venus #99757F

Tints of Venus #99757F

Color information

#99757F (or 0x99757F) is unknown color: approx Venus. HEX triplet: 99, 75 and 7F. RGB value is (153,117,127). Sum of RGB (Red+Green+Blue) = 153+117+127=397 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.54% from 397); Green value is 117 (46.09% from 255 or 29.47% from 397); Blue value is 127 (50% from 255 or 31.99% from 397); Max value from RGB is 153 - color contains mainly: red. Hex color #99757F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99757F is #668A80. Grayscale: #808080. Windows color (decimal): -6720129 or 8353177. OLE color: 8353177.

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

Color convert

RGB153117127-
CMYK00.240.170.4
HSL343.33º15%52.94%-
HSV(B)343.33º23.53%60%-
XYZ23.3321.0322.91-
YUV128.9126.93145.19-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 38.54%
GREEN value IS 117 (46.09% from 255) = 29.47%
BLUE value IS 127 (50% from 255) = 31.99%
R=38.54%
G=29.47%
B=31.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.17
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15311712700.240.170.4343.331552.94
Hex99757F0181128157f35
Octal23116517703021505271765
Binary1001100111101011111111011000100011010001010101111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99757F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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