Shades of Shadow #80674C
Tints of Shadow #80674C
RGB
CMYK
RGB Variations
Color information
#80674C (or 0x80674C) is known color: Shadow. HEX triplet: 80, 67 and 4C. RGB value is (128,103,76). Sum of RGB (Red+Green+Blue) = 128+103+76=307 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.69% from 307); Green value is 103 (40.62% from 255 or 33.55% from 307); Blue value is 76 (30.08% from 255 or 24.76% from 307); Max value from RGB is 128 - color contains mainly: red. Hex color #80674C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #80674C is #7F98B3. Grayscale: #6B6B6B. Windows color (decimal): -8362164 or 5007232. OLE color: 5007232.
HSL color Cylindrical-coordinate representation of color #80674C: hue angle of 31.15º degrees, saturation: 0.25, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #80674C is Cyan = 0, Magento = 0.20, Yellow = 0.41 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 103 | 76 | - |
| CMYK | 0 | 0.20 | 0.41 | 0.50 |
| HSL | 31.15º | 0.25% | 0.4% | - |
| HSV(B) | 31.15º | 0.41% | 0.5% | - |
| XYZ | 15.06 | 14.81 | 8.9 | - |
| YUV | 107.4 | 110.28 | 142.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 103 | 76 | 0 | 0.20 | 0.41 | 0.50 | 31.15 | 0.25 | 0.4 |
| Hex | 80 | 67 | 4C | 0 | 14 | 29 | 32 | 1F | 19 | 28 |
| Octal | 200 | 147 | 114 | 0 | 24 | 51 | 62 | 37 | 31 | 50 |
| Binary | 10000000 | 1100111 | 1001100 | 0 | 10100 | 101001 | 110010 | 11111 | 11001 | 101000 |
Color Harmonies of #80674C
Complementary color
Monochromatic Colors of #80674C
Black with #80674C
Text Example
Text Example
White with #80674C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80674C; }
p { color: rgb(128,103,76); }
H1.HeaderClassName
{
color: #80674C;
}
.AnyTagClassName
{
color: #80674C;
}
</style>
background-color css
<style>
a { background-color: #80674C; }
a { background-color: rgb(128,103,76); }
div.DivClassName
{
background-color: #80674C;
}
.BgClassName
{
background-color: #80674C;
}
</style>
border-color css
<style>
span { border-color: #80674C; }
span { border-color: rgb(128,103,76); }
td.TdClassName
{
border-color: #80674C;
}
.TagClassName
{
border-color: #80674C;
}
</style>