Html Css Color HEX #987A84 Venus

📋 copy color: '#987A84'

red 152 ◦ green 122 ◦ blue 132

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

Shades of Venus #987A84

Tints of Venus #987A84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 32.51%

R = 37.44%
G = 30.05%
B = 32.51%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.13

 K value IS 0.40

RGB Variations

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

Color information

#987A84 (or 0x987A84) is known color: Venus. HEX triplet: 98, 7A and 84. RGB value is (152,122,132). Sum of RGB (Red+Green+Blue) = 152+122+132=406 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.44% from 406); Green value is 122 (48.05% from 255 or 30.05% from 406); Blue value is 132 (51.95% from 255 or 32.51% from 406); Max value from RGB is 152 - color contains mainly: red. Hex color #987A84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987A84 is #67857B. Grayscale: #848484. Windows color (decimal): -6784380 or 8682136. OLE color: 8682136.

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

Color convert

RGB 152 122 132 -
CMYK 0 0.20 0.13 0.40
HSL 340º 0.13% 0.54% -
HSV(B) 340º 0.2% 0.6% -
XYZ 24.07 22.26 24.86 -
YUV 132.11 127.94 142.19 -
System Red Green Blue C M Y K H S L
Decimal 152 122 132 0 0.20 0.13 0.40 340 0.13 0.54
Hex 98 7A 84 0 14 D 28 154 D 36
Octal 230 172 204 0 24 15 50 524 15 66
Binary 10011000 1111010 10000100 0 10100 1101 101000 101010100 1101 110110

Color Harmonies of #987A84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987A84

Black with #987A84

Text Example


Text Example

White with #987A84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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