Html Css Color HEX #977983 Venus

📋 copy color: '#977983'

red 151 ◦ green 121 ◦ blue 131

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

Shades of Venus #977983

Tints of Venus #977983

RGB

 RED value IS 151 (59.38% from 255) = 37.47%

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

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

R = 37.47%
G = 30.02%
B = 32.51%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.13

 K value IS 0.41

RGB Variations

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

Color information

#977983 (or 0x977983) is known color: Venus. HEX triplet: 97, 79 and 83. RGB value is (151,121,131). Sum of RGB (Red+Green+Blue) = 151+121+131=403 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.47% from 403); Green value is 121 (47.66% from 255 or 30.02% from 403); Blue value is 131 (51.56% from 255 or 32.51% from 403); Max value from RGB is 151 - color contains mainly: red. Hex color #977983 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #977983 is #68867C. Grayscale: #838383. Windows color (decimal): -6850173 or 8616343. OLE color: 8616343.

HSL color Cylindrical-coordinate representation of color #977983: hue angle of 340º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #977983 is Cyan = 0, Magento = 0.20, Yellow = 0.13 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 121 131 -
CMYK 0 0.20 0.13 0.41
HSL 340º 0.13% 0.53% -
HSV(B) 340º 0.2% 0.59% -
XYZ 23.7 21.89 24.45 -
YUV 131.11 127.94 142.19 -
System Red Green Blue C M Y K H S L
Decimal 151 121 131 0 0.20 0.13 0.41 340 0.13 0.53
Hex 97 79 83 0 14 D 29 154 D 35
Octal 227 171 203 0 24 15 51 524 15 65
Binary 10010111 1111001 10000011 0 10100 1101 101001 101010100 1101 110101

Color Harmonies of #977983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977983

Black with #977983

Text Example


Text Example

White with #977983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #977983; }

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

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

background-color css

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

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

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

border-color css

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

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

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