Html Css Color HEX #87948C Envy

📋 copy color: '#87948C'

red 135 ◦ green 148 ◦ blue 140

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

Shades of Envy #87948C

Tints of Envy #87948C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 33.1%

R = 31.91%
G = 34.99%
B = 33.1%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.05

 K value IS 0.42

RGB Variations

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

Color information

#87948C (or 0x87948C) is known color: Envy. HEX triplet: 87, 94 and 8C. RGB value is (135,148,140). Sum of RGB (Red+Green+Blue) = 135+148+140=423 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.91% from 423); Green value is 148 (58.20% from 255 or 34.99% from 423); Blue value is 140 (55.08% from 255 or 33.10% from 423); Max value from RGB is 148 - color contains mainly: green. Hex color #87948C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87948C is #786B73. Grayscale: #8F8F8F. Windows color (decimal): -7891828 or 9213063. OLE color: 9213063.

HSL color Cylindrical-coordinate representation of color #87948C: hue angle of 143.08º 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 #87948C is Cyan = 0.09, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB 135 148 140 -
CMYK 0.09 0 0.05 0.42
HSL 143.08º 0.06% 0.55% -
HSV(B) 143.08º 0.09% 0.58% -
XYZ 25.32 28.22 28.92 -
YUV 143.2 126.19 122.15 -
System Red Green Blue C M Y K H S L
Decimal 135 148 140 0.09 0 0.05 0.42 143.08 0.06 0.55
Hex 87 94 8C 9 0 5 2A 8F 6 37
Octal 207 224 214 11 0 5 52 217 6 67
Binary 10000111 10010100 10001100 1001 0 101 101010 10001111 110 110111

Color Harmonies of #87948C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87948C

Black with #87948C

Text Example


Text Example

White with #87948C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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