Html Css Color HEX #809475 Amulet

📋 copy color: '#809475'

red 128 ◦ green 148 ◦ blue 117

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

Shades of Amulet #809475

Tints of Amulet #809475

RGB

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

 GREEN value IS 148 (58.2% from 255) = 37.66%

 BLUE value IS 117 (46.09% from 255) = 29.77%

R = 32.57%
G = 37.66%
B = 29.77%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.21

 K value IS 0.42

RGB Variations

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

Color information

#809475 (or 0x809475) is known color: Amulet. HEX triplet: 80, 94 and 75. RGB value is (128,148,117). Sum of RGB (Red+Green+Blue) = 128+148+117=393 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.57% from 393); Green value is 148 (58.20% from 255 or 37.66% from 393); Blue value is 117 (46.09% from 255 or 29.77% from 393); Max value from RGB is 148 - color contains mainly: green. Hex color #809475 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #809475 is #7F6B8A. Grayscale: #8A8A8A. Windows color (decimal): -8350603 or 7705728. OLE color: 7705728.

HSL color Cylindrical-coordinate representation of color #809475: hue angle of 98.71º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #809475 is Cyan = 0.14, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.42.

Color convert

RGB 128 148 117 -
CMYK 0.14 0 0.21 0.42
HSL 98.71º 0.13% 0.52% -
HSV(B) 98.71º 0.21% 0.58% -
XYZ 22.7 27.05 20.85 -
YUV 138.49 115.87 120.52 -
System Red Green Blue C M Y K H S L
Decimal 128 148 117 0.14 0 0.21 0.42 98.71 0.13 0.52
Hex 80 94 75 E 0 15 2A 63 D 34
Octal 200 224 165 16 0 25 52 143 15 64
Binary 10000000 10010100 1110101 1110 0 10101 101010 1100011 1101 110100

Color Harmonies of #809475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809475

Black with #809475

Text Example


Text Example

White with #809475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #809475; }

 p { color: rgb(128,148,117); }

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

background-color css

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

 a { background-color: rgb(128,148,117); }

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

border-color css

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

 span { border-color: rgb(128,148,117); }

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