Html Css Color HEX #987D82 Venus

📋 copy color: '#987D82'

red 152 ◦ green 125 ◦ blue 130

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

Shades of Venus #987D82

Tints of Venus #987D82

RGB

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

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

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

R = 37.35%
G = 30.71%
B = 31.94%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.14

 K value IS 0.40

RGB Variations

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

Color information

#987D82 (or 0x987D82) is known color: Venus. HEX triplet: 98, 7D and 82. RGB value is (152,125,130). Sum of RGB (Red+Green+Blue) = 152+125+130=407 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.35% from 407); Green value is 125 (49.22% from 255 or 30.71% from 407); Blue value is 130 (51.17% from 255 or 31.94% from 407); Max value from RGB is 152 - color contains mainly: red. Hex color #987D82 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987D82 is #67827D. Grayscale: #858585. Windows color (decimal): -6783614 or 8551832. OLE color: 8551832.

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

Color convert

RGB 152 125 130 -
CMYK 0 0.18 0.14 0.40
HSL 348.89º 0.12% 0.54% -
HSV(B) 348.89º 0.18% 0.6% -
XYZ 24.31 22.95 24.27 -
YUV 133.64 125.95 141.09 -
System Red Green Blue C M Y K H S L
Decimal 152 125 130 0 0.18 0.14 0.40 348.89 0.12 0.54
Hex 98 7D 82 0 12 E 28 15D C 36
Octal 230 175 202 0 22 16 50 535 14 66
Binary 10011000 1111101 10000010 0 10010 1110 101000 101011101 1100 110110

Color Harmonies of #987D82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987D82

Black with #987D82

Text Example


Text Example

White with #987D82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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