Html Css Color HEX #809974 Amulet

📋 copy color: '#809974'

red 128 ◦ green 153 ◦ blue 116

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

Shades of Amulet #809974

Tints of Amulet #809974

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 29.22%

R = 32.24%
G = 38.54%
B = 29.22%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.24

 K value IS 0.4

RGB Variations

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

Color information

#809974 (or 0x809974) is known color: Amulet. HEX triplet: 80, 99 and 74. RGB value is (128,153,116). Sum of RGB (Red+Green+Blue) = 128+153+116=397 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.24% from 397); Green value is 153 (60.16% from 255 or 38.54% from 397); Blue value is 116 (45.70% from 255 or 29.22% from 397); Max value from RGB is 153 - color contains mainly: green. Hex color #809974 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #809974 is #7F668B. Grayscale: #8D8D8D. Windows color (decimal): -8349324 or 7641472. OLE color: 7641472.

HSL color Cylindrical-coordinate representation of color #809974: hue angle of 100.54º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #809974 is Cyan = 0.16, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.4.

Color convert

RGB 128 153 116 -
CMYK 0.16 0 0.24 0.4
HSL 100.54º 0.15% 0.53% -
HSV(B) 100.54º 0.24% 0.6% -
XYZ 23.45 28.63 20.81 -
YUV 141.31 113.72 118.51 -
System Red Green Blue C M Y K H S L
Decimal 128 153 116 0.16 0 0.24 0.4 100.54 0.15 0.53
Hex 80 99 74 10 0 18 28 65 F 35
Octal 200 231 164 20 0 30 50 145 17 65
Binary 10000000 10011001 1110100 10000 0 11000 101000 1100101 1111 110101

Color Harmonies of #809974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809974

Black with #809974

Text Example


Text Example

White with #809974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #809974; }

 p { color: rgb(128,153,116); }

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

background-color css

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

 a { background-color: rgb(128,153,116); }

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

border-color css

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

 span { border-color: rgb(128,153,116); }

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