Html Css Color HEX #87968D Envy

📋 copy color: '#87968D'

red 135 ◦ green 150 ◦ blue 141

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

Shades of Envy #87968D

Tints of Envy #87968D

RGB

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

 GREEN value IS 150 (58.98% from 255) = 35.21%

 BLUE value IS 141 (55.47% from 255) = 33.1%

R = 31.69%
G = 35.21%
B = 33.1%

CMYK

 C value IS 0.1

 M value IS 0

 Y value IS 0.06

 K value IS 0.41

RGB Variations

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

Color information

#87968D (or 0x87968D) is known color: Envy. HEX triplet: 87, 96 and 8D. RGB value is (135,150,141). Sum of RGB (Red+Green+Blue) = 135+150+141=426 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.69% from 426); Green value is 150 (58.98% from 255 or 35.21% from 426); Blue value is 141 (55.47% from 255 or 33.10% from 426); Max value from RGB is 150 - color contains mainly: green. Hex color #87968D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87968D is #786972. Grayscale: #909090. Windows color (decimal): -7891315 or 9279111. OLE color: 9279111.

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

Color convert

RGB 135 150 141 -
CMYK 0.1 0 0.06 0.41
HSL 144º 0.07% 0.56% -
HSV(B) 144º 0.1% 0.59% -
XYZ 25.71 28.89 29.42 -
YUV 144.49 126.03 121.23 -
System Red Green Blue C M Y K H S L
Decimal 135 150 141 0.1 0 0.06 0.41 144 0.07 0.56
Hex 87 96 8D A 0 6 29 90 7 38
Octal 207 226 215 12 0 6 51 220 7 70
Binary 10000111 10010110 10001101 1010 0 110 101001 10010000 111 111000

Color Harmonies of #87968D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87968D

Black with #87968D

Text Example


Text Example

White with #87968D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87968D; }

 p { color: rgb(135,150,141); }

 H1.HeaderClassName
 {
   color: #87968D;
 }
 .AnyTagClassName
 {
   color: #87968D;
 }
</style>

background-color css

<style>
 a { background-color: #87968D; }

 a { background-color: rgb(135,150,141); }

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

border-color css

<style>
 span { border-color: #87968D; }

 span { border-color: rgb(135,150,141); }

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