Html Css Color HEX #87978A Envy

📋 copy color: '#87978A'

red 135 ◦ green 151 ◦ blue 138

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

Shades of Envy #87978A

Tints of Envy #87978A

RGB

 RED value IS 135 (53.13% from 255) = 31.84%

 GREEN value IS 151 (59.38% from 255) = 35.61%

 BLUE value IS 138 (54.3% from 255) = 32.55%

R = 31.84%
G = 35.61%
B = 32.55%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.09

 K value IS 0.41

RGB Variations

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

Color information

#87978A (or 0x87978A) is known color: Envy. HEX triplet: 87, 97 and 8A. RGB value is (135,151,138). Sum of RGB (Red+Green+Blue) = 135+151+138=424 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.84% from 424); Green value is 151 (59.38% from 255 or 35.61% from 424); Blue value is 138 (54.30% from 255 or 32.55% from 424); Max value from RGB is 151 - color contains mainly: green. Hex color #87978A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87978A is #786875. Grayscale: #909090. Windows color (decimal): -7891062 or 9082759. OLE color: 9082759.

HSL color Cylindrical-coordinate representation of color #87978A: hue angle of 131.25º degrees, saturation: 0.07, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #87978A is Cyan = 0.11, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.41.

Color convert

RGB 135 151 138 -
CMYK 0.11 0 0.09 0.41
HSL 131.25º 0.07% 0.56% -
HSV(B) 131.25º 0.11% 0.59% -
XYZ 25.65 29.12 28.31 -
YUV 144.73 124.2 121.06 -
System Red Green Blue C M Y K H S L
Decimal 135 151 138 0.11 0 0.09 0.41 131.25 0.07 0.56
Hex 87 97 8A B 0 9 29 83 7 38
Octal 207 227 212 13 0 11 51 203 7 70
Binary 10000111 10010111 10001010 1011 0 1001 101001 10000011 111 111000

Color Harmonies of #87978A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87978A

Black with #87978A

Text Example


Text Example

White with #87978A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87978A; }

 p { color: rgb(135,151,138); }

 H1.HeaderClassName
 {
   color: #87978A;
 }
 .AnyTagClassName
 {
   color: #87978A;
 }
</style>

background-color css

<style>
 a { background-color: #87978A; }

 a { background-color: rgb(135,151,138); }

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

border-color css

<style>
 span { border-color: #87978A; }

 span { border-color: rgb(135,151,138); }

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