Html Css Color HEX #987F84 Venus

📋 copy color: '#987F84'

red 152 ◦ green 127 ◦ blue 132

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

Shades of Venus #987F84

Tints of Venus #987F84

RGB

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

 GREEN value IS 127 (50% from 255) = 30.9%

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

R = 36.98%
G = 30.9%
B = 32.12%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.13

 K value IS 0.40

RGB Variations

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

Color information

#987F84 (or 0x987F84) is known color: Venus. HEX triplet: 98, 7F and 84. RGB value is (152,127,132). Sum of RGB (Red+Green+Blue) = 152+127+132=411 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.98% from 411); Green value is 127 (50% from 255 or 30.90% from 411); Blue value is 132 (51.95% from 255 or 32.12% from 411); Max value from RGB is 152 - color contains mainly: red. Hex color #987F84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987F84 is #67807B. Grayscale: #878787. Windows color (decimal): -6783100 or 8683416. OLE color: 8683416.

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

Color convert

RGB 152 127 132 -
CMYK 0 0.16 0.13 0.40
HSL 348º 0.11% 0.55% -
HSV(B) 348º 0.16% 0.6% -
XYZ 24.7 23.52 25.07 -
YUV 135.05 126.28 140.09 -
System Red Green Blue C M Y K H S L
Decimal 152 127 132 0 0.16 0.13 0.40 348 0.11 0.55
Hex 98 7F 84 0 10 D 28 15C B 37
Octal 230 177 204 0 20 15 50 534 13 67
Binary 10011000 1111111 10000100 0 10000 1101 101000 101011100 1011 110111

Color Harmonies of #987F84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987F84

Black with #987F84

Text Example


Text Example

White with #987F84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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