Html Css Color HEX #987D84 Venus

📋 copy color: '#987D84'

red 152 ◦ green 125 ◦ blue 132

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

Shades of Venus #987D84

Tints of Venus #987D84

RGB

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

 GREEN value IS 125 (49.22% from 255) = 30.56%

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

R = 37.16%
G = 30.56%
B = 32.27%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.13

 K value IS 0.40

RGB Variations

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

Color information

#987D84 (or 0x987D84) is known color: Venus. HEX triplet: 98, 7D and 84. RGB value is (152,125,132). Sum of RGB (Red+Green+Blue) = 152+125+132=409 (54% of max value = 765). Red value is 152 (59.77% from 255 or 37.16% from 409); Green value is 125 (49.22% from 255 or 30.56% from 409); Blue value is 132 (51.95% from 255 or 32.27% from 409); Max value from RGB is 152 - color contains mainly: red. Hex color #987D84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987D84 is #67827B. Grayscale: #858585. Windows color (decimal): -6783612 or 8682904. OLE color: 8682904.

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

Color convert

RGB 152 125 132 -
CMYK 0 0.18 0.13 0.40
HSL 344.44º 0.12% 0.54% -
HSV(B) 344.44º 0.18% 0.6% -
XYZ 24.45 23.01 24.98 -
YUV 133.87 126.95 140.93 -
System Red Green Blue C M Y K H S L
Decimal 152 125 132 0 0.18 0.13 0.40 344.44 0.12 0.54
Hex 98 7D 84 0 12 D 28 158 C 36
Octal 230 175 204 0 22 15 50 530 14 66
Binary 10011000 1111101 10000100 0 10010 1101 101000 101011000 1100 110110

Color Harmonies of #987D84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987D84

Black with #987D84

Text Example


Text Example

White with #987D84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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