Html Css Color HEX #819977 Amulet

📋 copy color: '#819977'

red 129 ◦ green 153 ◦ blue 119

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

Shades of Amulet #819977

Tints of Amulet #819977

RGB

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

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

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

R = 32.17%
G = 38.15%
B = 29.68%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.22

 K value IS 0.4

RGB Variations

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

Color information

#819977 (or 0x819977) is known color: Amulet. HEX triplet: 81, 99 and 77. RGB value is (129,153,119). Sum of RGB (Red+Green+Blue) = 129+153+119=401 (53% of max value = 765). Red value is 129 (50.78% from 255 or 32.17% from 401); Green value is 153 (60.16% from 255 or 38.15% from 401); Blue value is 119 (46.88% from 255 or 29.68% from 401); Max value from RGB is 153 - color contains mainly: green. Hex color #819977 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #819977 is #7E6688. Grayscale: #8E8E8E. Windows color (decimal): -8283785 or 7838081. OLE color: 7838081.

HSL color Cylindrical-coordinate representation of color #819977: hue angle of 102.35º 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 #819977 is Cyan = 0.16, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.4.

Color convert

RGB 129 153 119 -
CMYK 0.16 0 0.22 0.4
HSL 102.35º 0.14% 0.53% -
HSV(B) 102.35º 0.22% 0.6% -
XYZ 23.77 28.78 21.76 -
YUV 141.95 115.05 118.76 -
System Red Green Blue C M Y K H S L
Decimal 129 153 119 0.16 0 0.22 0.4 102.35 0.14 0.53
Hex 81 99 77 10 0 16 28 66 E 35
Octal 201 231 167 20 0 26 50 146 16 65
Binary 10000001 10011001 1110111 10000 0 10110 101000 1100110 1110 110101

Color Harmonies of #819977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #819977

Black with #819977

Text Example


Text Example

White with #819977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #819977; }

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

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

background-color css

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

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

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

border-color css

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

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

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