Html Css Color HEX #997980 Venus

📋 copy color: '#997980'

red 153 ◦ green 121 ◦ blue 128

#997980
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Venus #997980

Tints of Venus #997980

RGB

 RED value IS 153 (60.16% from 255) = 38.06%

 GREEN value IS 121 (47.66% from 255) = 30.1%

 BLUE value IS 128 (50.39% from 255) = 31.84%

R = 38.06%
G = 30.1%
B = 31.84%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.16

 K value IS 0.4

RGB Variations

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

Color information

#997980 (or 0x997980) is known color: Venus. HEX triplet: 99, 79 and 80. RGB value is (153,121,128). Sum of RGB (Red+Green+Blue) = 153+121+128=402 (53% of max value = 765). Red value is 153 (60.16% from 255 or 38.06% from 402); Green value is 121 (47.66% from 255 or 30.10% from 402); Blue value is 128 (50.39% from 255 or 31.84% from 402); Max value from RGB is 153 - color contains mainly: red. Hex color #997980 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997980 is #66867F. Grayscale: #838383. Windows color (decimal): -6719104 or 8419737. OLE color: 8419737.

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

Color convert

RGB 153 121 128 -
CMYK 0 0.21 0.16 0.4
HSL 346.88º 0.14% 0.54% -
HSV(B) 346.88º 0.21% 0.6% -
XYZ 23.87 22.01 23.41 -
YUV 131.37 126.1 143.43 -
System Red Green Blue C M Y K H S L
Decimal 153 121 128 0 0.21 0.16 0.4 346.88 0.14 0.54
Hex 99 79 80 0 15 10 28 15B E 36
Octal 231 171 200 0 25 20 50 533 16 66
Binary 10011001 1111001 10000000 0 10101 10000 101000 101011011 1110 110110

Color Harmonies of #997980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997980

Black with #997980

Text Example


Text Example

White with #997980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997980; }

 p { color: rgb(153,121,128); }

 H1.HeaderClassName
 {
   color: #997980;
 }
 .AnyTagClassName
 {
   color: #997980;
 }
</style>

background-color css

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

 a { background-color: rgb(153,121,128); }

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

border-color css

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

 span { border-color: rgb(153,121,128); }

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