Html Css Color HEX #87938A Envy

📋 copy color: '#87938A'

red 135 ◦ green 147 ◦ blue 138

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

Shades of Envy #87938A

Tints of Envy #87938A

RGB

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

 GREEN value IS 147 (57.81% from 255) = 35%

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

R = 32.14%
G = 35%
B = 32.86%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.06

 K value IS 0.42

RGB Variations

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

Color information

#87938A (or 0x87938A) is known color: Envy. HEX triplet: 87, 93 and 8A. RGB value is (135,147,138). Sum of RGB (Red+Green+Blue) = 135+147+138=420 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.14% from 420); Green value is 147 (57.81% from 255 or 35% from 420); Blue value is 138 (54.30% from 255 or 32.86% from 420); Max value from RGB is 147 - color contains mainly: green. Hex color #87938A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87938A is #786C75. Grayscale: #8E8E8E. Windows color (decimal): -7892086 or 9081735. OLE color: 9081735.

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

Color convert

RGB 135 147 138 -
CMYK 0.08 0 0.06 0.42
HSL 135º 0.05% 0.55% -
HSV(B) 135º 0.08% 0.58% -
XYZ 25.01 27.85 28.1 -
YUV 142.39 125.52 122.73 -
System Red Green Blue C M Y K H S L
Decimal 135 147 138 0.08 0 0.06 0.42 135 0.05 0.55
Hex 87 93 8A 8 0 6 2A 87 5 37
Octal 207 223 212 10 0 6 52 207 5 67
Binary 10000111 10010011 10001010 1000 0 110 101010 10000111 101 110111

Color Harmonies of #87938A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87938A

Black with #87938A

Text Example


Text Example

White with #87938A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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