Html Css Color HEX #819777 Amulet

📋 copy color: '#819777'

red 129 ◦ green 151 ◦ blue 119

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

Shades of Amulet #819777

Tints of Amulet #819777

RGB

 RED value IS 129 (50.78% from 255) = 32.33%

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

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

R = 32.33%
G = 37.84%
B = 29.82%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.21

 K value IS 0.41

RGB Variations

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

Color information

#819777 (or 0x819777) is known color: Amulet. HEX triplet: 81, 97 and 77. RGB value is (129,151,119). Sum of RGB (Red+Green+Blue) = 129+151+119=399 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.33% from 399); Green value is 151 (59.38% from 255 or 37.84% from 399); Blue value is 119 (46.88% from 255 or 29.82% from 399); Max value from RGB is 151 - color contains mainly: green. Hex color #819777 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #819777 is #7E6888. Grayscale: #8C8C8C. Windows color (decimal): -8284297 or 7837569. OLE color: 7837569.

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

Color convert

RGB 129 151 119 -
CMYK 0.15 0 0.21 0.41
HSL 101.25º 0.13% 0.53% -
HSV(B) 101.25º 0.21% 0.59% -
XYZ 23.45 28.13 21.65 -
YUV 140.77 115.71 119.6 -
System Red Green Blue C M Y K H S L
Decimal 129 151 119 0.15 0 0.21 0.41 101.25 0.13 0.53
Hex 81 97 77 F 0 15 29 65 D 35
Octal 201 227 167 17 0 25 51 145 15 65
Binary 10000001 10010111 1110111 1111 0 10101 101001 1100101 1101 110101

Color Harmonies of #819777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #819777

Black with #819777

Text Example


Text Example

White with #819777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #819777; }

 p { color: rgb(129,151,119); }

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

background-color css

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

 a { background-color: rgb(129,151,119); }

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

border-color css

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

 span { border-color: rgb(129,151,119); }

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