Html Css Color HEX #809773 Amulet

📋 copy color: '#809773'

red 128 ◦ green 151 ◦ blue 115

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

Shades of Amulet #809773

Tints of Amulet #809773

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 29.19%

R = 32.49%
G = 38.32%
B = 29.19%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.24

 K value IS 0.41

RGB Variations

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

Color information

#809773 (or 0x809773) is known color: Amulet. HEX triplet: 80, 97 and 73. RGB value is (128,151,115). Sum of RGB (Red+Green+Blue) = 128+151+115=394 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.49% from 394); Green value is 151 (59.38% from 255 or 38.32% from 394); Blue value is 115 (45.31% from 255 or 29.19% from 394); Max value from RGB is 151 - color contains mainly: green. Hex color #809773 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #809773 is #7F688C. Grayscale: #8C8C8C. Windows color (decimal): -8349837 or 7575424. OLE color: 7575424.

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

Color convert

RGB 128 151 115 -
CMYK 0.15 0 0.24 0.41
HSL 98.33º 0.15% 0.52% -
HSV(B) 98.33º 0.24% 0.59% -
XYZ 23.06 27.96 20.4 -
YUV 140.02 113.88 119.43 -
System Red Green Blue C M Y K H S L
Decimal 128 151 115 0.15 0 0.24 0.41 98.33 0.15 0.52
Hex 80 97 73 F 0 18 29 62 F 34
Octal 200 227 163 17 0 30 51 142 17 64
Binary 10000000 10010111 1110011 1111 0 11000 101001 1100010 1111 110100

Color Harmonies of #809773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809773

Black with #809773

Text Example


Text Example

White with #809773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #809773; }

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

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

background-color css

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

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

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

border-color css

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

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

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