Html Css Color HEX #879879 Amulet

📋 copy color: '#879879'

red 135 ◦ green 152 ◦ blue 121

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

Shades of Amulet #879879

Tints of Amulet #879879

RGB

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

 GREEN value IS 152 (59.77% from 255) = 37.25%

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

R = 33.09%
G = 37.25%
B = 29.66%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.20

 K value IS 0.40

RGB Variations

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

Color information

#879879 (or 0x879879) is known color: Amulet. HEX triplet: 87, 98 and 79. RGB value is (135,152,121). Sum of RGB (Red+Green+Blue) = 135+152+121=408 (54% of max value = 765). Red value is 135 (53.12% from 255 or 33.09% from 408); Green value is 152 (59.77% from 255 or 37.25% from 408); Blue value is 121 (47.66% from 255 or 29.66% from 408); Max value from RGB is 152 - color contains mainly: green. Hex color #879879 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #879879 is #786786. Grayscale: #8F8F8F. Windows color (decimal): -7890823 or 7968903. OLE color: 7968903.

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

Color convert

RGB 135 152 121 -
CMYK 0.11 0 0.20 0.40
HSL 92.9º 0.13% 0.54% -
HSV(B) 92.9º 0.2% 0.6% -
XYZ 24.67 28.99 22.38 -
YUV 143.38 115.37 122.02 -
System Red Green Blue C M Y K H S L
Decimal 135 152 121 0.11 0 0.20 0.40 92.9 0.13 0.54
Hex 87 98 79 B 0 14 28 5D D 36
Octal 207 230 171 13 0 24 50 135 15 66
Binary 10000111 10011000 1111001 1011 0 10100 101000 1011101 1101 110110

Color Harmonies of #879879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #879879

Black with #879879

Text Example


Text Example

White with #879879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #879879; }

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

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

background-color css

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

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

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

border-color css

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

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

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