Html Css Color HEX #809A7D Amulet

📋 copy color: '#809A7D'

red 128 ◦ green 154 ◦ blue 125

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

Shades of Amulet #809A7D

Tints of Amulet #809A7D

RGB

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

 GREEN value IS 154 (60.55% from 255) = 37.84%

 BLUE value IS 125 (49.22% from 255) = 30.71%

R = 31.45%
G = 37.84%
B = 30.71%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.19

 K value IS 0.40

RGB Variations

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

Color information

#809A7D (or 0x809A7D) is known color: Amulet. HEX triplet: 80, 9A and 7D. RGB value is (128,154,125). Sum of RGB (Red+Green+Blue) = 128+154+125=407 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.45% from 407); Green value is 154 (60.55% from 255 or 37.84% from 407); Blue value is 125 (49.22% from 255 or 30.71% from 407); Max value from RGB is 154 - color contains mainly: green. Hex color #809A7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #809A7D is #7F6582. Grayscale: #8F8F8F. Windows color (decimal): -8349059 or 8231552. OLE color: 8231552.

HSL color Cylindrical-coordinate representation of color #809A7D: hue angle of 113.79º degrees, saturation: 0.13, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #809A7D is Cyan = 0.17, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.40.

Color convert

RGB 128 154 125 -
CMYK 0.17 0 0.19 0.40
HSL 113.79º 0.13% 0.55% -
HSV(B) 113.79º 0.19% 0.6% -
XYZ 24.16 29.18 23.76 -
YUV 142.92 117.89 117.36 -
System Red Green Blue C M Y K H S L
Decimal 128 154 125 0.17 0 0.19 0.40 113.79 0.13 0.55
Hex 80 9A 7D 11 0 13 28 72 D 37
Octal 200 232 175 21 0 23 50 162 15 67
Binary 10000000 10011010 1111101 10001 0 10011 101000 1110010 1101 110111

Color Harmonies of #809A7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809A7D

Black with #809A7D

Text Example


Text Example

White with #809A7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #809A7D; }

 p { color: rgb(128,154,125); }

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

background-color css

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

 a { background-color: rgb(128,154,125); }

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

border-color css

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

 span { border-color: rgb(128,154,125); }

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