Html Css Color HEX #809779 Amulet

📋 copy color: '#809779'

red 128 ◦ green 151 ◦ blue 121

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

Shades of Amulet #809779

Tints of Amulet #809779

RGB

 RED value IS 128 (50.39% from 255) = 32%

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

 BLUE value IS 121 (47.66% from 255) = 30.25%

R = 32%
G = 37.75%
B = 30.25%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.20

 K value IS 0.41

RGB Variations

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

Color information

#809779 (or 0x809779) is known color: Amulet. HEX triplet: 80, 97 and 79. RGB value is (128,151,121). Sum of RGB (Red+Green+Blue) = 128+151+121=400 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32% from 400); Green value is 151 (59.38% from 255 or 37.75% from 400); Blue value is 121 (47.66% from 255 or 30.25% from 400); Max value from RGB is 151 - color contains mainly: green. Hex color #809779 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #809779 is #7F6886. Grayscale: #8C8C8C. Windows color (decimal): -8349831 or 7968640. OLE color: 7968640.

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

Color convert

RGB 128 151 121 -
CMYK 0.15 0 0.20 0.41
HSL 106º 0.13% 0.53% -
HSV(B) 106º 0.2% 0.59% -
XYZ 23.42 28.1 22.28 -
YUV 140.7 116.88 118.94 -
System Red Green Blue C M Y K H S L
Decimal 128 151 121 0.15 0 0.20 0.41 106 0.13 0.53
Hex 80 97 79 F 0 14 29 6A D 35
Octal 200 227 171 17 0 24 51 152 15 65
Binary 10000000 10010111 1111001 1111 0 10100 101001 1101010 1101 110101

Color Harmonies of #809779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809779

Black with #809779

Text Example


Text Example

White with #809779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #809779; }

 p { color: rgb(128,151,121); }

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

background-color css

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

 a { background-color: rgb(128,151,121); }

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

border-color css

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

 span { border-color: rgb(128,151,121); }

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