Html Css Color HEX #879878 Amulet

📋 copy color: '#879878'

red 135 ◦ green 152 ◦ blue 120

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

Shades of Amulet #879878

Tints of Amulet #879878

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 29.48%

R = 33.17%
G = 37.35%
B = 29.48%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.21

 K value IS 0.40

RGB Variations

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

Color information

#879878 (or 0x879878) is known color: Amulet. HEX triplet: 87, 98 and 78. RGB value is (135,152,120). Sum of RGB (Red+Green+Blue) = 135+152+120=407 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.17% from 407); Green value is 152 (59.77% from 255 or 37.35% from 407); Blue value is 120 (47.27% from 255 or 29.48% from 407); Max value from RGB is 152 - color contains mainly: green. Hex color #879878 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #879878 is #786787. Grayscale: #8F8F8F. Windows color (decimal): -7890824 or 7903367. OLE color: 7903367.

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

Color convert

RGB 135 152 120 -
CMYK 0.11 0 0.21 0.40
HSL 91.88º 0.13% 0.53% -
HSV(B) 91.88º 0.21% 0.6% -
XYZ 24.61 28.96 22.06 -
YUV 143.27 114.87 122.1 -
System Red Green Blue C M Y K H S L
Decimal 135 152 120 0.11 0 0.21 0.40 91.88 0.13 0.53
Hex 87 98 78 B 0 15 28 5C D 35
Octal 207 230 170 13 0 25 50 134 15 65
Binary 10000111 10011000 1111000 1011 0 10101 101000 1011100 1101 110101

Color Harmonies of #879878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #879878

Black with #879878

Text Example


Text Example

White with #879878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #879878; }

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

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

background-color css

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

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

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

border-color css

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

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

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