#99757E

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

Shades of Venus #99757E

Tints of Venus #99757E

Color information

#99757E (or 0x99757E) is unknown color: approx Venus. HEX triplet: 99, 75 and 7E. RGB value is (153,117,126). Sum of RGB (Red+Green+Blue) = 153+117+126=396 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.64% from 396); Green value is 117 (46.09% from 255 or 29.55% from 396); Blue value is 126 (49.61% from 255 or 31.82% from 396); Max value from RGB is 153 - color contains mainly: red. Hex color #99757E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99757E is #668A81. Grayscale: #808080. Windows color (decimal): -6720130 or 8287641. OLE color: 8287641.

HSL color Cylindrical-coordinate representation of color #99757E: hue angle of 345º 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 #99757E is Cyan = 0, Magento = 0.24, Yellow = 0.18 and Black (K on CMYK) = 0.4.

Color convert

RGB153117126-
CMYK00.240.180.4
HSL345º15%52.94%-
HSV(B)345º23.53%60%-
XYZ23.262122.57-
YUV128.79126.43145.27-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 38.64%
GREEN value IS 117 (46.09% from 255) = 29.55%
BLUE value IS 126 (49.61% from 255) = 31.82%
R=38.64%
G=29.55%
B=31.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.18
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15311712600.240.180.43451552.94
Hex99757E0181228159f35
Octal23116517603022505311765
Binary1001100111101011111110011000100101010001010110011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99757E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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