Html Css Color HEX #879A74 Amulet

📋 copy color: '#879A74'

red 135 ◦ green 154 ◦ blue 116

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

Shades of Amulet #879A74

Tints of Amulet #879A74

RGB

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

 GREEN value IS 154 (60.55% from 255) = 38.02%

 BLUE value IS 116 (45.7% from 255) = 28.64%

R = 33.33%
G = 38.02%
B = 28.64%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.25

 K value IS 0.40

RGB Variations

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

Color information

#879A74 (or 0x879A74) is known color: Amulet. HEX triplet: 87, 9A and 74. RGB value is (135,154,116). Sum of RGB (Red+Green+Blue) = 135+154+116=405 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.33% from 405); Green value is 154 (60.55% from 255 or 38.02% from 405); Blue value is 116 (45.70% from 255 or 28.64% from 405); Max value from RGB is 154 - color contains mainly: green. Hex color #879A74 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #879A74 is #78658B. Grayscale: #909090. Windows color (decimal): -7890316 or 7641735. OLE color: 7641735.

HSL color Cylindrical-coordinate representation of color #879A74: hue angle of 90º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #879A74 is Cyan = 0.12, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.40.

Color convert

RGB 135 154 116 -
CMYK 0.12 0 0.25 0.40
HSL 90º 0.16% 0.53% -
HSV(B) 90º 0.25% 0.6% -
XYZ 24.7 29.52 20.92 -
YUV 143.99 112.21 121.59 -
System Red Green Blue C M Y K H S L
Decimal 135 154 116 0.12 0 0.25 0.40 90 0.16 0.53
Hex 87 9A 74 C 0 19 28 5A 10 35
Octal 207 232 164 14 0 31 50 132 20 65
Binary 10000111 10011010 1110100 1100 0 11001 101000 1011010 10000 110101

Color Harmonies of #879A74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #879A74

Black with #879A74

Text Example


Text Example

White with #879A74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,154,116); }

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

background-color css

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

 a { background-color: rgb(135,154,116); }

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

border-color css

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

 span { border-color: rgb(135,154,116); }

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