Html Css Color HEX #87988A Envy

📋 copy color: '#87988A'

red 135 ◦ green 152 ◦ blue 138

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

Shades of Envy #87988A

Tints of Envy #87988A

RGB

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

 GREEN value IS 152 (59.77% from 255) = 35.76%

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

R = 31.76%
G = 35.76%
B = 32.47%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.09

 K value IS 0.40

RGB Variations

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

Color information

#87988A (or 0x87988A) is known color: Envy. HEX triplet: 87, 98 and 8A. RGB value is (135,152,138). Sum of RGB (Red+Green+Blue) = 135+152+138=425 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.76% from 425); Green value is 152 (59.77% from 255 or 35.76% from 425); Blue value is 138 (54.30% from 255 or 32.47% from 425); Max value from RGB is 152 - color contains mainly: green. Hex color #87988A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87988A is #786775. Grayscale: #919191. Windows color (decimal): -7890806 or 9083015. OLE color: 9083015.

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

Color convert

RGB 135 152 138 -
CMYK 0.11 0 0.09 0.40
HSL 130.59º 0.08% 0.56% -
HSV(B) 130.59º 0.11% 0.6% -
XYZ 25.81 29.44 28.37 -
YUV 145.32 123.87 120.64 -
System Red Green Blue C M Y K H S L
Decimal 135 152 138 0.11 0 0.09 0.40 130.59 0.08 0.56
Hex 87 98 8A B 0 9 28 83 8 38
Octal 207 230 212 13 0 11 50 203 10 70
Binary 10000111 10011000 10001010 1011 0 1001 101000 10000011 1000 111000

Color Harmonies of #87988A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87988A

Black with #87988A

Text Example


Text Example

White with #87988A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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