#997F85

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

Shades of Venus #997F85

Tints of Venus #997F85

Color information

#997F85 (or 0x997F85) is unknown color: approx Venus. HEX triplet: 99, 7F and 85. RGB value is (153,127,133). Sum of RGB (Red+Green+Blue) = 153+127+133=413 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.05% from 413); Green value is 127 (50% from 255 or 30.75% from 413); Blue value is 133 (52.34% from 255 or 32.20% from 413); Max value from RGB is 153 - color contains mainly: red. Hex color #997F85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997F85 is #66807A. Grayscale: #878787. Windows color (decimal): -6717563 or 8748953. OLE color: 8748953.

HSL color Cylindrical-coordinate representation of color #997F85: hue angle of 346.15º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #997F85 is Cyan = 0, Magento = 0.17, Yellow = 0.13 and Black (K on CMYK) = 0.4.

Color convert

RGB153127133-
CMYK00.170.130.4
HSL346.15º11.3%54.9%-
HSV(B)346.15º16.99%60%-
XYZ24.9623.6425.44-
YUV135.46126.61140.51-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 37.05%
GREEN value IS 127 (50% from 255) = 30.75%
BLUE value IS 133 (52.34% from 255) = 32.20%
R=37.05%
G=30.75%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.13
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15312713300.170.130.4346.1511.354.9
Hex997F85011D2815ab37
Octal23117720502115505321367
Binary1001100111111111000010101000111011010001010110101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997F85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #997F85; }

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

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

<style>
 a { background-color: #997F85; }

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

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

<style>
 span { border-color: #997F85; }

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

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