Html Css Color HEX #977986 Venus

📋 copy color: '#977986'

red 151 ◦ green 121 ◦ blue 134

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

Shades of Venus #977986

Tints of Venus #977986

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 33%

R = 37.19%
G = 29.8%
B = 33%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.11

 K value IS 0.41

RGB Variations

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

Color information

#977986 (or 0x977986) is known color: Venus. HEX triplet: 97, 79 and 86. RGB value is (151,121,134). Sum of RGB (Red+Green+Blue) = 151+121+134=406 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.19% from 406); Green value is 121 (47.66% from 255 or 29.80% from 406); Blue value is 134 (52.73% from 255 or 33.00% from 406); Max value from RGB is 151 - color contains mainly: red. Hex color #977986 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #977986 is #688679. Grayscale: #838383. Windows color (decimal): -6850170 or 8812951. OLE color: 8812951.

HSL color Cylindrical-coordinate representation of color #977986: hue angle of 334º 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 #977986 is Cyan = 0, Magento = 0.20, Yellow = 0.11 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 121 134 -
CMYK 0 0.20 0.11 0.41
HSL 334º 0.13% 0.53% -
HSV(B) 334º 0.2% 0.59% -
XYZ 23.9 21.98 25.54 -
YUV 131.45 129.44 141.94 -
System Red Green Blue C M Y K H S L
Decimal 151 121 134 0 0.20 0.11 0.41 334 0.13 0.53
Hex 97 79 86 0 14 B 29 14E D 35
Octal 227 171 206 0 24 13 51 516 15 65
Binary 10010111 1111001 10000110 0 10100 1011 101001 101001110 1101 110101

Color Harmonies of #977986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977986

Black with #977986

Text Example


Text Example

White with #977986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #977986; }

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

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

background-color css

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

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

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

border-color css

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

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

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