Html Css Color HEX #879D76 Amulet

📋 copy color: '#879D76'

red 135 ◦ green 157 ◦ blue 118

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

Shades of Amulet #879D76

Tints of Amulet #879D76

RGB

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

 GREEN value IS 157 (61.72% from 255) = 38.29%

 BLUE value IS 118 (46.48% from 255) = 28.78%

R = 32.93%
G = 38.29%
B = 28.78%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.25

 K value IS 0.38

RGB Variations

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

Color information

#879D76 (or 0x879D76) is known color: Amulet. HEX triplet: 87, 9D and 76. RGB value is (135,157,118). Sum of RGB (Red+Green+Blue) = 135+157+118=410 (54% of max value = 765). Red value is 135 (53.12% from 255 or 32.93% from 410); Green value is 157 (61.72% from 255 or 38.29% from 410); Blue value is 118 (46.48% from 255 or 28.78% from 410); Max value from RGB is 157 - color contains mainly: green. Hex color #879D76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #879D76 is #786289. Grayscale: #929292. Windows color (decimal): -7889546 or 7773575. OLE color: 7773575.

HSL color Cylindrical-coordinate representation of color #879D76: hue angle of 93.85º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #879D76 is Cyan = 0.14, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.38.

Color convert

RGB 135 157 118 -
CMYK 0.14 0 0.25 0.38
HSL 93.85º 0.17% 0.54% -
HSV(B) 93.85º 0.25% 0.62% -
XYZ 25.32 30.57 21.71 -
YUV 145.98 112.21 120.17 -
System Red Green Blue C M Y K H S L
Decimal 135 157 118 0.14 0 0.25 0.38 93.85 0.17 0.54
Hex 87 9D 76 E 0 19 26 5E 11 36
Octal 207 235 166 16 0 31 46 136 21 66
Binary 10000111 10011101 1110110 1110 0 11001 100110 1011110 10001 110110

Color Harmonies of #879D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #879D76

Black with #879D76

Text Example


Text Example

White with #879D76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #879D76; }

 p { color: rgb(135,157,118); }

 H1.HeaderClassName
 {
   color: #879D76;
 }
 .AnyTagClassName
 {
   color: #879D76;
 }
</style>

background-color css

<style>
 a { background-color: #879D76; }

 a { background-color: rgb(135,157,118); }

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

border-color css

<style>
 span { border-color: #879D76; }

 span { border-color: rgb(135,157,118); }

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