Html Css Color HEX #879B7D Amulet

📋 copy color: '#879B7D'

red 135 ◦ green 155 ◦ blue 125

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

Shades of Amulet #879B7D

Tints of Amulet #879B7D

RGB

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

 GREEN value IS 155 (60.94% from 255) = 37.35%

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

R = 32.53%
G = 37.35%
B = 30.12%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.19

 K value IS 0.39

RGB Variations

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

Color information

#879B7D (or 0x879B7D) is known color: Amulet. HEX triplet: 87, 9B and 7D. RGB value is (135,155,125). Sum of RGB (Red+Green+Blue) = 135+155+125=415 (54% of max value = 765). Red value is 135 (53.12% from 255 or 32.53% from 415); Green value is 155 (60.94% from 255 or 37.35% from 415); Blue value is 125 (49.22% from 255 or 30.12% from 415); Max value from RGB is 155 - color contains mainly: green. Hex color #879B7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #879B7D is #786482. Grayscale: #919191. Windows color (decimal): -7890051 or 8231815. OLE color: 8231815.

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

Color convert

RGB 135 155 125 -
CMYK 0.13 0 0.19 0.39
HSL 100º 0.13% 0.55% -
HSV(B) 100º 0.19% 0.61% -
XYZ 25.41 30.07 23.87 -
YUV 145.6 116.37 120.44 -
System Red Green Blue C M Y K H S L
Decimal 135 155 125 0.13 0 0.19 0.39 100 0.13 0.55
Hex 87 9B 7D D 0 13 27 64 D 37
Octal 207 233 175 15 0 23 47 144 15 67
Binary 10000111 10011011 1111101 1101 0 10011 100111 1100100 1101 110111

Color Harmonies of #879B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #879B7D

Black with #879B7D

Text Example


Text Example

White with #879B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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