Html Css Color HEX #869977 Amulet

📋 copy color: '#869977'

red 134 ◦ green 153 ◦ blue 119

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

Shades of Amulet #869977

Tints of Amulet #869977

RGB

 RED value IS 134 (52.73% from 255) = 33%

 GREEN value IS 153 (60.16% from 255) = 37.68%

 BLUE value IS 119 (46.88% from 255) = 29.31%

R = 33%
G = 37.68%
B = 29.31%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.22

 K value IS 0.4

RGB Variations

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

Color information

#869977 (or 0x869977) is known color: Amulet. HEX triplet: 86, 99 and 77. RGB value is (134,153,119). Sum of RGB (Red+Green+Blue) = 134+153+119=406 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.00% from 406); Green value is 153 (60.16% from 255 or 37.68% from 406); Blue value is 119 (46.88% from 255 or 29.31% from 406); Max value from RGB is 153 - color contains mainly: green. Hex color #869977 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #869977 is #796688. Grayscale: #8F8F8F. Windows color (decimal): -7956105 or 7838086. OLE color: 7838086.

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

Color convert

RGB 134 153 119 -
CMYK 0.12 0 0.22 0.4
HSL 93.53º 0.14% 0.53% -
HSV(B) 93.53º 0.22% 0.6% -
XYZ 24.55 29.18 21.79 -
YUV 143.44 114.21 121.26 -
System Red Green Blue C M Y K H S L
Decimal 134 153 119 0.12 0 0.22 0.4 93.53 0.14 0.53
Hex 86 99 77 C 0 16 28 5E E 35
Octal 206 231 167 14 0 26 50 136 16 65
Binary 10000110 10011001 1110111 1100 0 10110 101000 1011110 1110 110101

Color Harmonies of #869977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #869977

Black with #869977

Text Example


Text Example

White with #869977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #869977; }

 p { color: rgb(134,153,119); }

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

background-color css

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

 a { background-color: rgb(134,153,119); }

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

border-color css

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

 span { border-color: rgb(134,153,119); }

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