Html Css Color HEX #987C87 Venus

📋 copy color: '#987C87'

red 152 ◦ green 124 ◦ blue 135

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

Shades of Venus #987C87

Tints of Venus #987C87

RGB

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

 GREEN value IS 124 (48.83% from 255) = 30.17%

 BLUE value IS 135 (53.13% from 255) = 32.85%

R = 36.98%
G = 30.17%
B = 32.85%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.11

 K value IS 0.40

RGB Variations

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

Color information

#987C87 (or 0x987C87) is known color: Venus. HEX triplet: 98, 7C and 87. RGB value is (152,124,135). Sum of RGB (Red+Green+Blue) = 152+124+135=411 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.98% from 411); Green value is 124 (48.83% from 255 or 30.17% from 411); Blue value is 135 (53.12% from 255 or 32.85% from 411); Max value from RGB is 152 - color contains mainly: red. Hex color #987C87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987C87 is #678378. Grayscale: #858585. Windows color (decimal): -6783865 or 8879256. OLE color: 8879256.

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

Color convert

RGB 152 124 135 -
CMYK 0 0.18 0.11 0.40
HSL 336.43º 0.12% 0.54% -
HSV(B) 336.43º 0.18% 0.6% -
XYZ 24.53 22.84 26.04 -
YUV 133.63 128.78 141.11 -
System Red Green Blue C M Y K H S L
Decimal 152 124 135 0 0.18 0.11 0.40 336.43 0.12 0.54
Hex 98 7C 87 0 12 B 28 150 C 36
Octal 230 174 207 0 22 13 50 520 14 66
Binary 10011000 1111100 10000111 0 10010 1011 101000 101010000 1100 110110

Color Harmonies of #987C87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987C87

Black with #987C87

Text Example


Text Example

White with #987C87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,124,135); }

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

background-color css

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

 a { background-color: rgb(152,124,135); }

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

border-color css

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

 span { border-color: rgb(152,124,135); }

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