Html Css Color HEX #809F7E Amulet

📋 copy color: '#809F7E'

red 128 ◦ green 159 ◦ blue 126

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

Shades of Amulet #809F7E

Tints of Amulet #809F7E

RGB

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

 GREEN value IS 159 (62.5% from 255) = 38.5%

 BLUE value IS 126 (49.61% from 255) = 30.51%

R = 30.99%
G = 38.5%
B = 30.51%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.21

 K value IS 0.38

RGB Variations

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

Color information

#809F7E (or 0x809F7E) is known color: Amulet. HEX triplet: 80, 9F and 7E. RGB value is (128,159,126). Sum of RGB (Red+Green+Blue) = 128+159+126=413 (54% of max value = 765). Red value is 128 (50.39% from 255 or 30.99% from 413); Green value is 159 (62.5% from 255 or 38.50% from 413); Blue value is 126 (49.61% from 255 or 30.51% from 413); Max value from RGB is 159 - color contains mainly: green. Hex color #809F7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #809F7E is #7F6081. Grayscale: #929292. Windows color (decimal): -8347778 or 8298368. OLE color: 8298368.

HSL color Cylindrical-coordinate representation of color #809F7E: hue angle of 116.36º degrees, saturation: 0.15, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #809F7E is Cyan = 0.19, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.38.

Color convert

RGB 128 159 126 -
CMYK 0.19 0 0.21 0.38
HSL 116.36º 0.15% 0.56% -
HSV(B) 116.36º 0.21% 0.62% -
XYZ 25.07 30.89 24.38 -
YUV 145.97 116.73 115.18 -
System Red Green Blue C M Y K H S L
Decimal 128 159 126 0.19 0 0.21 0.38 116.36 0.15 0.56
Hex 80 9F 7E 13 0 15 26 74 F 38
Octal 200 237 176 23 0 25 46 164 17 70
Binary 10000000 10011111 1111110 10011 0 10101 100110 1110100 1111 111000

Color Harmonies of #809F7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809F7E

Black with #809F7E

Text Example


Text Example

White with #809F7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,159,126); }

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

background-color css

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

 a { background-color: rgb(128,159,126); }

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

border-color css

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

 span { border-color: rgb(128,159,126); }

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