Html Css Color HEX #987982 Venus

📋 copy color: '#987982'

red 152 ◦ green 121 ◦ blue 130

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

Shades of Venus #987982

Tints of Venus #987982

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 32.26%

R = 37.72%
G = 30.02%
B = 32.26%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.14

 K value IS 0.40

RGB Variations

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

Color information

#987982 (or 0x987982) is known color: Venus. HEX triplet: 98, 79 and 82. RGB value is (152,121,130). Sum of RGB (Red+Green+Blue) = 152+121+130=403 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.72% from 403); Green value is 121 (47.66% from 255 or 30.02% from 403); Blue value is 130 (51.17% from 255 or 32.26% from 403); Max value from RGB is 152 - color contains mainly: red. Hex color #987982 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987982 is #67867D. Grayscale: #838383. Windows color (decimal): -6784638 or 8550808. OLE color: 8550808.

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

Color convert

RGB 152 121 130 -
CMYK 0 0.20 0.14 0.40
HSL 342.58º 0.13% 0.54% -
HSV(B) 342.58º 0.2% 0.6% -
XYZ 23.82 21.96 24.1 -
YUV 131.3 127.27 142.77 -
System Red Green Blue C M Y K H S L
Decimal 152 121 130 0 0.20 0.14 0.40 342.58 0.13 0.54
Hex 98 79 82 0 14 E 28 157 D 36
Octal 230 171 202 0 24 16 50 527 15 66
Binary 10011000 1111001 10000010 0 10100 1110 101000 101010111 1101 110110

Color Harmonies of #987982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987982

Black with #987982

Text Example


Text Example

White with #987982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #987982; }

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

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

background-color css

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

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

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

border-color css

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

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

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