Html Css Color HEX #87918A Envy

📋 copy color: '#87918A'

red 135 ◦ green 145 ◦ blue 138

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

Shades of Envy #87918A

Tints of Envy #87918A

RGB

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

 GREEN value IS 145 (57.03% from 255) = 34.69%

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

R = 32.3%
G = 34.69%
B = 33.01%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.05

 K value IS 0.43

RGB Variations

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

Color information

#87918A (or 0x87918A) is known color: Envy. HEX triplet: 87, 91 and 8A. RGB value is (135,145,138). Sum of RGB (Red+Green+Blue) = 135+145+138=418 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.30% from 418); Green value is 145 (57.03% from 255 or 34.69% from 418); Blue value is 138 (54.30% from 255 or 33.01% from 418); Max value from RGB is 145 - color contains mainly: green. Hex color #87918A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87918A is #786E75. Grayscale: #8D8D8D. Windows color (decimal): -7892598 or 9081223. OLE color: 9081223.

HSL color Cylindrical-coordinate representation of color #87918A: hue angle of 138º degrees, saturation: 0.04, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #87918A is Cyan = 0.07, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.43.

Color convert

RGB 135 145 138 -
CMYK 0.07 0 0.05 0.43
HSL 138º 0.04% 0.55% -
HSV(B) 138º 0.07% 0.57% -
XYZ 24.7 27.24 28 -
YUV 141.21 126.19 123.57 -
System Red Green Blue C M Y K H S L
Decimal 135 145 138 0.07 0 0.05 0.43 138 0.04 0.55
Hex 87 91 8A 7 0 5 2B 8A 4 37
Octal 207 221 212 7 0 5 53 212 4 67
Binary 10000111 10010001 10001010 111 0 101 101011 10001010 100 110111

Color Harmonies of #87918A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87918A

Black with #87918A

Text Example


Text Example

White with #87918A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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