Shades of Zambezi #785E5E
Tints of Zambezi #785E5E
RGB
CMYK
RGB Variations
Color information
#785E5E (or 0x785E5E) is known color: Zambezi. HEX triplet: 78, 5E and 5E. RGB value is (120,94,94). Sum of RGB (Red+Green+Blue) = 120+94+94=308 (40% of max value = 765). Red value is 120 (47.27% from 255 or 38.96% from 308); Green value is 94 (37.11% from 255 or 30.52% from 308); Blue value is 94 (37.11% from 255 or 30.52% from 308); Max value from RGB is 120 - color contains mainly: red. Hex color #785E5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785E5E is #87A1A1. Grayscale: #656565. Windows color (decimal): -8888738 or 6184568. OLE color: 6184568.
HSL color Cylindrical-coordinate representation of color #785E5E: hue angle of 0º degrees, saturation: 0.12, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #785E5E is Cyan = 0, Magento = 0.22, Yellow = 0.22 and Black (K on CMYK) = 0.53.
Color convert
RGB | 120 | 94 | 94 | - |
CMYK | 0 | 0.22 | 0.22 | 0.53 |
HSL | 0º | 0.12% | 0.42% | - |
HSV(B) | 0º | 0.22% | 0.47% | - |
XYZ | 13.77 | 12.81 | 12.34 | - |
YUV | 101.77 | 123.61 | 141 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 120 | 94 | 94 | 0 | 0.22 | 0.22 | 0.53 | 0 | 0.12 | 0.42 |
Hex | 78 | 5E | 5E | 0 | 16 | 16 | 35 | 0 | C | 2A |
Octal | 170 | 136 | 136 | 0 | 26 | 26 | 65 | 0 | 14 | 52 |
Binary | 1111000 | 1011110 | 1011110 | 0 | 10110 | 10110 | 110101 | 0 | 1100 | 101010 |
Color Harmonies of #785E5E
Complementary color
Monochromatic Colors of #785E5E
Black with #785E5E
Text Example
Text Example
White with #785E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785E5E; }
p { color: rgb(120,94,94); }
H1.HeaderClassName
{
color: #785E5E;
}
.AnyTagClassName
{
color: #785E5E;
}
</style>
background-color css
<style>
a { background-color: #785E5E; }
a { background-color: rgb(120,94,94); }
div.DivClassName
{
background-color: #785E5E;
}
.BgClassName
{
background-color: #785E5E;
}
</style>
border-color css
<style>
span { border-color: #785E5E; }
span { border-color: rgb(120,94,94); }
td.TdClassName
{
border-color: #785E5E;
}
.TagClassName
{
border-color: #785E5E;
}
</style>