Html Css Color HEX #987F87 Venus

📋 copy color: '#987F87'

red 152 ◦ green 127 ◦ blue 135

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

Shades of Venus #987F87

Tints of Venus #987F87

RGB

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

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

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

R = 36.71%
G = 30.68%
B = 32.61%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.11

 K value IS 0.40

RGB Variations

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

Color information

#987F87 (or 0x987F87) is known color: Venus. HEX triplet: 98, 7F and 87. RGB value is (152,127,135). Sum of RGB (Red+Green+Blue) = 152+127+135=414 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.71% from 414); Green value is 127 (50% from 255 or 30.68% from 414); Blue value is 135 (53.12% from 255 or 32.61% from 414); Max value from RGB is 152 - color contains mainly: red. Hex color #987F87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987F87 is #678078. Grayscale: #878787. Windows color (decimal): -6783097 or 8880024. OLE color: 8880024.

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

Color convert

RGB 152 127 135 -
CMYK 0 0.16 0.11 0.40
HSL 340.8º 0.11% 0.55% -
HSV(B) 340.8º 0.16% 0.6% -
XYZ 24.91 23.6 26.16 -
YUV 135.39 127.78 139.85 -
System Red Green Blue C M Y K H S L
Decimal 152 127 135 0 0.16 0.11 0.40 340.8 0.11 0.55
Hex 98 7F 87 0 10 B 28 155 B 37
Octal 230 177 207 0 20 13 50 525 13 67
Binary 10011000 1111111 10000111 0 10000 1011 101000 101010101 1011 110111

Color Harmonies of #987F87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987F87

Black with #987F87

Text Example


Text Example

White with #987F87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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