Html Css Color HEX #87948A Envy

📋 copy color: '#87948A'

red 135 ◦ green 148 ◦ blue 138

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

Shades of Envy #87948A

Tints of Envy #87948A

RGB

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

 GREEN value IS 148 (58.2% from 255) = 35.15%

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

R = 32.07%
G = 35.15%
B = 32.78%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#87948A (or 0x87948A) is known color: Envy. HEX triplet: 87, 94 and 8A. RGB value is (135,148,138). Sum of RGB (Red+Green+Blue) = 135+148+138=421 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.07% from 421); Green value is 148 (58.20% from 255 or 35.15% from 421); Blue value is 138 (54.30% from 255 or 32.78% from 421); Max value from RGB is 148 - color contains mainly: green. Hex color #87948A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87948A is #786B75. Grayscale: #8F8F8F. Windows color (decimal): -7891830 or 9081991. OLE color: 9081991.

HSL color Cylindrical-coordinate representation of color #87948A: hue angle of 133.85º degrees, saturation: 0.06, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #87948A is Cyan = 0.09, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB 135 148 138 -
CMYK 0.09 0 0.07 0.42
HSL 133.85º 0.06% 0.55% -
HSV(B) 133.85º 0.09% 0.58% -
XYZ 25.17 28.17 28.15 -
YUV 142.97 125.19 122.31 -
System Red Green Blue C M Y K H S L
Decimal 135 148 138 0.09 0 0.07 0.42 133.85 0.06 0.55
Hex 87 94 8A 9 0 7 2A 86 6 37
Octal 207 224 212 11 0 7 52 206 6 67
Binary 10000111 10010100 10001010 1001 0 111 101010 10000110 110 110111

Color Harmonies of #87948A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87948A

Black with #87948A

Text Example


Text Example

White with #87948A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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