Shades of Crete #756E3A
Tints of Crete #756E3A
RGB
CMYK
RGB Variations
Color information
#756E3A (or 0x756E3A) is known color: Crete. HEX triplet: 75, 6E and 3A. RGB value is (117,110,58). Sum of RGB (Red+Green+Blue) = 117+110+58=285 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.05% from 285); Green value is 110 (43.36% from 255 or 38.60% from 285); Blue value is 58 (23.05% from 255 or 20.35% from 285); Max value from RGB is 117 - color contains mainly: red. Hex color #756E3A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756E3A is #8A91C5. Grayscale: #6A6A6A. Windows color (decimal): -9081286 or 3829365. OLE color: 3829365.
HSL color Cylindrical-coordinate representation of color #756E3A: hue angle of 52.88º degrees, saturation: 0.34, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #756E3A is Cyan = 0, Magento = 0.06, Yellow = 0.50 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 110 | 58 | - |
| CMYK | 0 | 0.06 | 0.50 | 0.54 |
| HSL | 52.88º | 0.34% | 0.34% | - |
| HSV(B) | 52.88º | 0.5% | 0.46% | - |
| XYZ | 13.68 | 15.24 | 6.22 | - |
| YUV | 106.17 | 100.82 | 135.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 110 | 58 | 0 | 0.06 | 0.50 | 0.54 | 52.88 | 0.34 | 0.34 |
| Hex | 75 | 6E | 3A | 0 | 6 | 32 | 36 | 35 | 22 | 22 |
| Octal | 165 | 156 | 72 | 0 | 6 | 62 | 66 | 65 | 42 | 42 |
| Binary | 1110101 | 1101110 | 111010 | 0 | 110 | 110010 | 110110 | 110101 | 100010 | 100010 |
Color Harmonies of #756E3A
Complementary color
Monochromatic Colors of #756E3A
Black with #756E3A
Text Example
Text Example
White with #756E3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756E3A; }
p { color: rgb(117,110,58); }
H1.HeaderClassName
{
color: #756E3A;
}
.AnyTagClassName
{
color: #756E3A;
}
</style>
background-color css
<style>
a { background-color: #756E3A; }
a { background-color: rgb(117,110,58); }
div.DivClassName
{
background-color: #756E3A;
}
.BgClassName
{
background-color: #756E3A;
}
</style>
border-color css
<style>
span { border-color: #756E3A; }
span { border-color: rgb(117,110,58); }
td.TdClassName
{
border-color: #756E3A;
}
.TagClassName
{
border-color: #756E3A;
}
</style>