Html Css Color HEX #879D83 Amulet

📋 copy color: '#879D83'

red 135 ◦ green 157 ◦ blue 131

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

Shades of Amulet #879D83

Tints of Amulet #879D83

RGB

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

 GREEN value IS 157 (61.72% from 255) = 37.12%

 BLUE value IS 131 (51.56% from 255) = 30.97%

R = 31.91%
G = 37.12%
B = 30.97%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.17

 K value IS 0.38

RGB Variations

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

Color information

#879D83 (or 0x879D83) is known color: Amulet. HEX triplet: 87, 9D and 83. RGB value is (135,157,131). Sum of RGB (Red+Green+Blue) = 135+157+131=423 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.91% from 423); Green value is 157 (61.72% from 255 or 37.12% from 423); Blue value is 131 (51.56% from 255 or 30.97% from 423); Max value from RGB is 157 - color contains mainly: green. Hex color #879D83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #879D83 is #78627C. Grayscale: #939393. Windows color (decimal): -7889533 or 8625543. OLE color: 8625543.

HSL color Cylindrical-coordinate representation of color #879D83: hue angle of 110.77º degrees, saturation: 0.12, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #879D83 is Cyan = 0.14, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.38.

Color convert

RGB 135 157 131 -
CMYK 0.14 0 0.17 0.38
HSL 110.77º 0.12% 0.56% -
HSV(B) 110.77º 0.17% 0.62% -
XYZ 26.15 30.9 26.06 -
YUV 147.46 118.71 119.11 -
System Red Green Blue C M Y K H S L
Decimal 135 157 131 0.14 0 0.17 0.38 110.77 0.12 0.56
Hex 87 9D 83 E 0 11 26 6F C 38
Octal 207 235 203 16 0 21 46 157 14 70
Binary 10000111 10011101 10000011 1110 0 10001 100110 1101111 1100 111000

Color Harmonies of #879D83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #879D83

Black with #879D83

Text Example


Text Example

White with #879D83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,157,131); }

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

background-color css

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

 a { background-color: rgb(135,157,131); }

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

border-color css

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

 span { border-color: rgb(135,157,131); }

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