Html Css Color HEX #987A82 Venus

📋 copy color: '#987A82'

red 152 ◦ green 122 ◦ blue 130

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

Shades of Venus #987A82

Tints of Venus #987A82

RGB

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

 GREEN value IS 122 (48.05% from 255) = 30.2%

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

R = 37.62%
G = 30.2%
B = 32.18%

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

#987A82 (or 0x987A82) is known color: Venus. HEX triplet: 98, 7A and 82. RGB value is (152,122,130). Sum of RGB (Red+Green+Blue) = 152+122+130=404 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.62% from 404); Green value is 122 (48.05% from 255 or 30.20% from 404); Blue value is 130 (51.17% from 255 or 32.18% from 404); Max value from RGB is 152 - color contains mainly: red. Hex color #987A82 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987A82 is #67857D. Grayscale: #838383. Windows color (decimal): -6784382 or 8551064. OLE color: 8551064.

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

Color convert

RGB 152 122 130 -
CMYK 0 0.20 0.14 0.40
HSL 344º 0.13% 0.54% -
HSV(B) 344º 0.2% 0.6% -
XYZ 23.94 22.21 24.14 -
YUV 131.88 126.94 142.35 -
System Red Green Blue C M Y K H S L
Decimal 152 122 130 0 0.20 0.14 0.40 344 0.13 0.54
Hex 98 7A 82 0 14 E 28 158 D 36
Octal 230 172 202 0 24 16 50 530 15 66
Binary 10011000 1111010 10000010 0 10100 1110 101000 101011000 1101 110110

Color Harmonies of #987A82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987A82

Black with #987A82

Text Example


Text Example

White with #987A82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #987A82; }

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

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

background-color css

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

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

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

border-color css

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

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

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