Html Css Color HEX #987980 Venus

📋 copy color: '#987980'

red 152 ◦ green 121 ◦ blue 128

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

Shades of Venus #987980

Tints of Venus #987980

RGB

 RED value IS 152 (59.77% from 255) = 37.91%

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

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

R = 37.91%
G = 30.17%
B = 31.92%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.16

 K value IS 0.40

RGB Variations

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

Color information

#987980 (or 0x987980) is known color: Venus. HEX triplet: 98, 79 and 80. RGB value is (152,121,128). Sum of RGB (Red+Green+Blue) = 152+121+128=401 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.91% from 401); Green value is 121 (47.66% from 255 or 30.17% from 401); Blue value is 128 (50.39% from 255 or 31.92% from 401); Max value from RGB is 152 - color contains mainly: red. Hex color #987980 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987980 is #67867F. Grayscale: #838383. Windows color (decimal): -6784640 or 8419736. OLE color: 8419736.

HSL color Cylindrical-coordinate representation of color #987980: hue angle of 346.45º degrees, saturation: 0.13, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #987980 is Cyan = 0, Magento = 0.20, Yellow = 0.16 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 121 128 -
CMYK 0 0.20 0.16 0.40
HSL 346.45º 0.13% 0.54% -
HSV(B) 346.45º 0.2% 0.6% -
XYZ 23.68 21.91 23.4 -
YUV 131.07 126.27 142.93 -
System Red Green Blue C M Y K H S L
Decimal 152 121 128 0 0.20 0.16 0.40 346.45 0.13 0.54
Hex 98 79 80 0 14 10 28 15A D 36
Octal 230 171 200 0 24 20 50 532 15 66
Binary 10011000 1111001 10000000 0 10100 10000 101000 101011010 1101 110110

Color Harmonies of #987980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987980

Black with #987980

Text Example


Text Example

White with #987980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #987980; }

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

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

background-color css

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

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

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

border-color css

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

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

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