Html Css Color HEX #859776 Amulet

📋 copy color: '#859776'

red 133 ◦ green 151 ◦ blue 118

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

Shades of Amulet #859776

Tints of Amulet #859776

RGB

 RED value IS 133 (52.34% from 255) = 33.08%

 GREEN value IS 151 (59.38% from 255) = 37.56%

 BLUE value IS 118 (46.48% from 255) = 29.35%

R = 33.08%
G = 37.56%
B = 29.35%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.22

 K value IS 0.41

RGB Variations

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

Color information

#859776 (or 0x859776) is known color: Amulet. HEX triplet: 85, 97 and 76. RGB value is (133,151,118). Sum of RGB (Red+Green+Blue) = 133+151+118=402 (53% of max value = 765). Red value is 133 (52.34% from 255 or 33.08% from 402); Green value is 151 (59.38% from 255 or 37.56% from 402); Blue value is 118 (46.48% from 255 or 29.35% from 402); Max value from RGB is 151 - color contains mainly: green. Hex color #859776 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #859776 is #7A6889. Grayscale: #8D8D8D. Windows color (decimal): -8022154 or 7772037. OLE color: 7772037.

HSL color Cylindrical-coordinate representation of color #859776: hue angle of 92.73º degrees, saturation: 0.14, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #859776 is Cyan = 0.12, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.41.

Color convert

RGB 133 151 118 -
CMYK 0.12 0 0.22 0.41
HSL 92.73º 0.14% 0.53% -
HSV(B) 92.73º 0.22% 0.59% -
XYZ 24.01 28.43 21.36 -
YUV 141.86 114.54 121.68 -
System Red Green Blue C M Y K H S L
Decimal 133 151 118 0.12 0 0.22 0.41 92.73 0.14 0.53
Hex 85 97 76 C 0 16 29 5D E 35
Octal 205 227 166 14 0 26 51 135 16 65
Binary 10000101 10010111 1110110 1100 0 10110 101001 1011101 1110 110101

Color Harmonies of #859776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859776

Black with #859776

Text Example


Text Example

White with #859776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #859776; }

 p { color: rgb(133,151,118); }

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

background-color css

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

 a { background-color: rgb(133,151,118); }

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

border-color css

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

 span { border-color: rgb(133,151,118); }

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