Html Css Color HEX #879779 Amulet

📋 copy color: '#879779'

red 135 ◦ green 151 ◦ blue 121

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

Shades of Amulet #879779

Tints of Amulet #879779

RGB

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

 GREEN value IS 151 (59.38% from 255) = 37.1%

 BLUE value IS 121 (47.66% from 255) = 29.73%

R = 33.17%
G = 37.1%
B = 29.73%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.20

 K value IS 0.41

RGB Variations

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

Color information

#879779 (or 0x879779) is known color: Amulet. HEX triplet: 87, 97 and 79. RGB value is (135,151,121). Sum of RGB (Red+Green+Blue) = 135+151+121=407 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.17% from 407); Green value is 151 (59.38% from 255 or 37.10% from 407); Blue value is 121 (47.66% from 255 or 29.73% from 407); Max value from RGB is 151 - color contains mainly: green. Hex color #879779 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #879779 is #786886. Grayscale: #8E8E8E. Windows color (decimal): -7891079 or 7968647. OLE color: 7968647.

HSL color Cylindrical-coordinate representation of color #879779: hue angle of 92º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #879779 is Cyan = 0.11, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.41.

Color convert

RGB 135 151 121 -
CMYK 0.11 0 0.20 0.41
HSL 92º 0.13% 0.53% -
HSV(B) 92º 0.2% 0.59% -
XYZ 24.51 28.66 22.33 -
YUV 142.8 115.7 122.44 -
System Red Green Blue C M Y K H S L
Decimal 135 151 121 0.11 0 0.20 0.41 92 0.13 0.53
Hex 87 97 79 B 0 14 29 5C D 35
Octal 207 227 171 13 0 24 51 134 15 65
Binary 10000111 10010111 1111001 1011 0 10100 101001 1011100 1101 110101

Color Harmonies of #879779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #879779

Black with #879779

Text Example


Text Example

White with #879779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #879779; }

 p { color: rgb(135,151,121); }

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

background-color css

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

 a { background-color: rgb(135,151,121); }

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

border-color css

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

 span { border-color: rgb(135,151,121); }

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