Html Css Color HEX #809472 Amulet

📋 copy color: '#809472'

red 128 ◦ green 148 ◦ blue 114

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

Shades of Amulet #809472

Tints of Amulet #809472

RGB

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

 GREEN value IS 148 (58.2% from 255) = 37.95%

 BLUE value IS 114 (44.92% from 255) = 29.23%

R = 32.82%
G = 37.95%
B = 29.23%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.23

 K value IS 0.42

RGB Variations

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

Color information

#809472 (or 0x809472) is known color: Amulet. HEX triplet: 80, 94 and 72. RGB value is (128,148,114). Sum of RGB (Red+Green+Blue) = 128+148+114=390 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.82% from 390); Green value is 148 (58.20% from 255 or 37.95% from 390); Blue value is 114 (44.92% from 255 or 29.23% from 390); Max value from RGB is 148 - color contains mainly: green. Hex color #809472 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #809472 is #7F6B8D. Grayscale: #8A8A8A. Windows color (decimal): -8350606 or 7509120. OLE color: 7509120.

HSL color Cylindrical-coordinate representation of color #809472: hue angle of 95.29º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #809472 is Cyan = 0.14, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.42.

Color convert

RGB 128 148 114 -
CMYK 0.14 0 0.23 0.42
HSL 95.29º 0.14% 0.51% -
HSV(B) 95.29º 0.23% 0.58% -
XYZ 22.53 26.98 19.94 -
YUV 138.14 114.37 120.76 -
System Red Green Blue C M Y K H S L
Decimal 128 148 114 0.14 0 0.23 0.42 95.29 0.14 0.51
Hex 80 94 72 E 0 17 2A 5F E 33
Octal 200 224 162 16 0 27 52 137 16 63
Binary 10000000 10010100 1110010 1110 0 10111 101010 1011111 1110 110011

Color Harmonies of #809472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809472

Black with #809472

Text Example


Text Example

White with #809472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #809472; }

 p { color: rgb(128,148,114); }

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

background-color css

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

 a { background-color: rgb(128,148,114); }

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

border-color css

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

 span { border-color: rgb(128,148,114); }

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