Html Css Color HEX #809C7A Amulet

📋 copy color: '#809C7A'

red 128 ◦ green 156 ◦ blue 122

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

Shades of Amulet #809C7A

Tints of Amulet #809C7A

RGB

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

 GREEN value IS 156 (61.33% from 255) = 38.42%

 BLUE value IS 122 (48.05% from 255) = 30.05%

R = 31.53%
G = 38.42%
B = 30.05%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.22

 K value IS 0.39

RGB Variations

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

Color information

#809C7A (or 0x809C7A) is known color: Amulet. HEX triplet: 80, 9C and 7A. RGB value is (128,156,122). Sum of RGB (Red+Green+Blue) = 128+156+122=406 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.53% from 406); Green value is 156 (61.33% from 255 or 38.42% from 406); Blue value is 122 (48.05% from 255 or 30.05% from 406); Max value from RGB is 156 - color contains mainly: green. Hex color #809C7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #809C7A is #7F6385. Grayscale: #8F8F8F. Windows color (decimal): -8348550 or 8035456. OLE color: 8035456.

HSL color Cylindrical-coordinate representation of color #809C7A: hue angle of 109.41º degrees, saturation: 0.15, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #809C7A is Cyan = 0.18, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.39.

Color convert

RGB 128 156 122 -
CMYK 0.18 0 0.22 0.39
HSL 109.41º 0.15% 0.55% -
HSV(B) 109.41º 0.22% 0.61% -
XYZ 24.3 29.77 22.88 -
YUV 143.75 115.72 116.76 -
System Red Green Blue C M Y K H S L
Decimal 128 156 122 0.18 0 0.22 0.39 109.41 0.15 0.55
Hex 80 9C 7A 12 0 16 27 6D F 37
Octal 200 234 172 22 0 26 47 155 17 67
Binary 10000000 10011100 1111010 10010 0 10110 100111 1101101 1111 110111

Color Harmonies of #809C7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809C7A

Black with #809C7A

Text Example


Text Example

White with #809C7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,156,122); }

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

background-color css

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

 a { background-color: rgb(128,156,122); }

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

border-color css

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

 span { border-color: rgb(128,156,122); }

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