Html Css Color HEX #809B72 Amulet

📋 copy color: '#809B72'

red 128 ◦ green 155 ◦ blue 114

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

Shades of Amulet #809B72

Tints of Amulet #809B72

RGB

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

 GREEN value IS 155 (60.94% from 255) = 39.04%

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

R = 32.24%
G = 39.04%
B = 28.72%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.26

 K value IS 0.39

RGB Variations

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

Color information

#809B72 (or 0x809B72) is known color: Amulet. HEX triplet: 80, 9B and 72. RGB value is (128,155,114). Sum of RGB (Red+Green+Blue) = 128+155+114=397 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.24% from 397); Green value is 155 (60.94% from 255 or 39.04% from 397); Blue value is 114 (44.92% from 255 or 28.72% from 397); Max value from RGB is 155 - color contains mainly: green. Hex color #809B72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #809B72 is #7F648D. Grayscale: #8E8E8E. Windows color (decimal): -8348814 or 7510912. OLE color: 7510912.

HSL color Cylindrical-coordinate representation of color #809B72: hue angle of 99.51º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #809B72 is Cyan = 0.17, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.39.

Color convert

RGB 128 155 114 -
CMYK 0.17 0 0.26 0.39
HSL 99.51º 0.17% 0.53% -
HSV(B) 99.51º 0.26% 0.61% -
XYZ 23.66 29.25 20.32 -
YUV 142.25 112.05 117.83 -
System Red Green Blue C M Y K H S L
Decimal 128 155 114 0.17 0 0.26 0.39 99.51 0.17 0.53
Hex 80 9B 72 11 0 1A 27 64 11 35
Octal 200 233 162 21 0 32 47 144 21 65
Binary 10000000 10011011 1110010 10001 0 11010 100111 1100100 10001 110101

Color Harmonies of #809B72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809B72

Black with #809B72

Text Example


Text Example

White with #809B72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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