Html Css Color HEX #997983 Venus

📋 copy color: '#997983'

red 153 ◦ green 121 ◦ blue 131

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

Shades of Venus #997983

Tints of Venus #997983

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 32.35%

R = 37.78%
G = 29.88%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.14

 K value IS 0.4

RGB Variations

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

Color information

#997983 (or 0x997983) is known color: Venus. HEX triplet: 99, 79 and 83. RGB value is (153,121,131). Sum of RGB (Red+Green+Blue) = 153+121+131=405 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.78% from 405); Green value is 121 (47.66% from 255 or 29.88% from 405); Blue value is 131 (51.56% from 255 or 32.35% from 405); Max value from RGB is 153 - color contains mainly: red. Hex color #997983 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997983 is #66867C. Grayscale: #838383. Windows color (decimal): -6719101 or 8616345. OLE color: 8616345.

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

Color convert

RGB 153 121 131 -
CMYK 0 0.21 0.14 0.4
HSL 341.25º 0.14% 0.54% -
HSV(B) 341.25º 0.21% 0.6% -
XYZ 24.07 22.09 24.47 -
YUV 131.71 127.6 143.19 -
System Red Green Blue C M Y K H S L
Decimal 153 121 131 0 0.21 0.14 0.4 341.25 0.14 0.54
Hex 99 79 83 0 15 E 28 155 E 36
Octal 231 171 203 0 25 16 50 525 16 66
Binary 10011001 1111001 10000011 0 10101 1110 101000 101010101 1110 110110

Color Harmonies of #997983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997983

Black with #997983

Text Example


Text Example

White with #997983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997983; }

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

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

background-color css

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

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

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

border-color css

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

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

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