Html Css Color HEX #987D85 Venus

📋 copy color: '#987D85'

red 152 ◦ green 125 ◦ blue 133

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

Shades of Venus #987D85

Tints of Venus #987D85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 32.44%

R = 37.07%
G = 30.49%
B = 32.44%

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

#987D85 (or 0x987D85) is known color: Venus. HEX triplet: 98, 7D and 85. RGB value is (152,125,133). Sum of RGB (Red+Green+Blue) = 152+125+133=410 (54% of max value = 765). Red value is 152 (59.77% from 255 or 37.07% from 410); Green value is 125 (49.22% from 255 or 30.49% from 410); Blue value is 133 (52.34% from 255 or 32.44% from 410); Max value from RGB is 152 - color contains mainly: red. Hex color #987D85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987D85 is #67827A. Grayscale: #858585. Windows color (decimal): -6783611 or 8748440. OLE color: 8748440.

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

Color convert

RGB 152 125 133 -
CMYK 0 0.18 0.13 0.40
HSL 342.22º 0.12% 0.54% -
HSV(B) 342.22º 0.18% 0.6% -
XYZ 24.52 23.04 25.34 -
YUV 133.99 127.45 140.85 -
System Red Green Blue C M Y K H S L
Decimal 152 125 133 0 0.18 0.13 0.40 342.22 0.12 0.54
Hex 98 7D 85 0 12 D 28 156 C 36
Octal 230 175 205 0 22 15 50 526 14 66
Binary 10011000 1111101 10000101 0 10010 1101 101000 101010110 1100 110110

Color Harmonies of #987D85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987D85

Black with #987D85

Text Example


Text Example

White with #987D85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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