Html Css Color HEX #879A7D Amulet

📋 copy color: '#879A7D'

red 135 ◦ green 154 ◦ blue 125

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

Shades of Amulet #879A7D

Tints of Amulet #879A7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 30.19%

R = 32.61%
G = 37.2%
B = 30.19%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.19

 K value IS 0.40

RGB Variations

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

Color information

#879A7D (or 0x879A7D) is known color: Amulet. HEX triplet: 87, 9A and 7D. RGB value is (135,154,125). Sum of RGB (Red+Green+Blue) = 135+154+125=414 (54% of max value = 765). Red value is 135 (53.12% from 255 or 32.61% from 414); Green value is 154 (60.55% from 255 or 37.20% from 414); Blue value is 125 (49.22% from 255 or 30.19% from 414); Max value from RGB is 154 - color contains mainly: green. Hex color #879A7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #879A7D is #786582. Grayscale: #919191. Windows color (decimal): -7890307 or 8231559. OLE color: 8231559.

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

Color convert

RGB 135 154 125 -
CMYK 0.12 0 0.19 0.40
HSL 99.31º 0.13% 0.55% -
HSV(B) 99.31º 0.19% 0.6% -
XYZ 25.25 29.74 23.81 -
YUV 145.01 116.71 120.86 -
System Red Green Blue C M Y K H S L
Decimal 135 154 125 0.12 0 0.19 0.40 99.31 0.13 0.55
Hex 87 9A 7D C 0 13 28 63 D 37
Octal 207 232 175 14 0 23 50 143 15 67
Binary 10000111 10011010 1111101 1100 0 10011 101000 1100011 1101 110111

Color Harmonies of #879A7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #879A7D

Black with #879A7D

Text Example


Text Example

White with #879A7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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