#997881

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

Shades of Venus #997881

Tints of Venus #997881

Color information

#997881 (or 0x997881) is unknown color: approx Venus. HEX triplet: 99, 78 and 81. RGB value is (153,120,129). Sum of RGB (Red+Green+Blue) = 153+120+129=402 (53% of max value = 765). Red value is 153 (60.16% from 255 or 38.06% from 402); Green value is 120 (47.27% from 255 or 29.85% from 402); Blue value is 129 (50.78% from 255 or 32.09% from 402); Max value from RGB is 153 - color contains mainly: red. Hex color #997881 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997881 is #66877E. Grayscale: #828282. Windows color (decimal): -6719359 or 8485017. OLE color: 8485017.

HSL color Cylindrical-coordinate representation of color #997881: hue angle of 343.64º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #997881 is Cyan = 0, Magento = 0.22, Yellow = 0.16 and Black (K on CMYK) = 0.4.

Color convert

RGB153120129-
CMYK00.220.160.4
HSL343.64º13.92%53.53%-
HSV(B)343.64º21.57%60%-
XYZ23.8221.7923.72-
YUV130.89126.93143.77-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 38.06%
GREEN value IS 120 (47.27% from 255) = 29.85%
BLUE value IS 129 (50.78% from 255) = 32.09%
R=38.06%
G=29.85%
B=32.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.16
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15312012900.220.160.4343.6413.9253.53
Hex9978810161028158e36
Octal23117020102620505301666
Binary10011001111100010000001010110100001010001010110001110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #997881; }

 p { color: rgb(153,120,129); }

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

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

 a { background-color: rgb(153,120,129); }

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

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

 span { border-color: rgb(153,120,129); }

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