Html Css Color HEX #879F72 Amulet

📋 copy color: '#879F72'

red 135 ◦ green 159 ◦ blue 114

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

Shades of Amulet #879F72

Tints of Amulet #879F72

RGB

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

 GREEN value IS 159 (62.5% from 255) = 38.97%

 BLUE value IS 114 (44.92% from 255) = 27.94%

R = 33.09%
G = 38.97%
B = 27.94%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.28

 K value IS 0.38

RGB Variations

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

Color information

#879F72 (or 0x879F72) is known color: Amulet. HEX triplet: 87, 9F and 72. RGB value is (135,159,114). Sum of RGB (Red+Green+Blue) = 135+159+114=408 (54% of max value = 765). Red value is 135 (53.12% from 255 or 33.09% from 408); Green value is 159 (62.5% from 255 or 38.97% from 408); Blue value is 114 (44.92% from 255 or 27.94% from 408); Max value from RGB is 159 - color contains mainly: green. Hex color #879F72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #879F72 is #78608D. Grayscale: #929292. Windows color (decimal): -7889038 or 7511943. OLE color: 7511943.

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

Color convert

RGB 135 159 114 -
CMYK 0.15 0 0.28 0.38
HSL 92º 0.19% 0.54% -
HSV(B) 92º 0.28% 0.62% -
XYZ 25.43 31.16 20.59 -
YUV 146.69 109.55 119.66 -
System Red Green Blue C M Y K H S L
Decimal 135 159 114 0.15 0 0.28 0.38 92 0.19 0.54
Hex 87 9F 72 F 0 1C 26 5C 13 36
Octal 207 237 162 17 0 34 46 134 23 66
Binary 10000111 10011111 1110010 1111 0 11100 100110 1011100 10011 110110

Color Harmonies of #879F72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #879F72

Black with #879F72

Text Example


Text Example

White with #879F72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,159,114); }

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

background-color css

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

 a { background-color: rgb(135,159,114); }

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

border-color css

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

 span { border-color: rgb(135,159,114); }

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