Html Css Color HEX #997981 Venus

📋 copy color: '#997981'

red 153 ◦ green 121 ◦ blue 129

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

Shades of Venus #997981

Tints of Venus #997981

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 32.01%

R = 37.97%
G = 30.02%
B = 32.01%

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

#997981 (or 0x997981) is known color: Venus. HEX triplet: 99, 79 and 81. RGB value is (153,121,129). Sum of RGB (Red+Green+Blue) = 153+121+129=403 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.97% from 403); Green value is 121 (47.66% from 255 or 30.02% from 403); Blue value is 129 (50.78% from 255 or 32.01% from 403); Max value from RGB is 153 - color contains mainly: red. Hex color #997981 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997981 is #66867E. Grayscale: #838383. Windows color (decimal): -6719103 or 8485273. OLE color: 8485273.

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

Color convert

RGB 153 121 129 -
CMYK 0 0.21 0.16 0.4
HSL 345º 0.14% 0.54% -
HSV(B) 345º 0.21% 0.6% -
XYZ 23.94 22.03 23.76 -
YUV 131.48 126.6 143.35 -
System Red Green Blue C M Y K H S L
Decimal 153 121 129 0 0.21 0.16 0.4 345 0.14 0.54
Hex 99 79 81 0 15 10 28 159 E 36
Octal 231 171 201 0 25 20 50 531 16 66
Binary 10011001 1111001 10000001 0 10101 10000 101000 101011001 1110 110110

Color Harmonies of #997981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997981

Black with #997981

Text Example


Text Example

White with #997981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997981; }

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

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

background-color css

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

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

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

border-color css

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

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

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