Shades of Crete #756E2E
Tints of Crete #756E2E
RGB
CMYK
RGB Variations
Color information
#756E2E (or 0x756E2E) is known color: Crete. HEX triplet: 75, 6E and 2E. RGB value is (117,110,46). Sum of RGB (Red+Green+Blue) = 117+110+46=273 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.86% from 273); Green value is 110 (43.36% from 255 or 40.29% from 273); Blue value is 46 (18.36% from 255 or 16.85% from 273); Max value from RGB is 117 - color contains mainly: red. Hex color #756E2E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756E2E is #8A91D1. Grayscale: #696969. Windows color (decimal): -9081298 or 3042933. OLE color: 3042933.
HSL color Cylindrical-coordinate representation of color #756E2E: hue angle of 54.08º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #756E2E is Cyan = 0, Magento = 0.06, Yellow = 0.61 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 110 | 46 | - |
| CMYK | 0 | 0.06 | 0.61 | 0.54 |
| HSL | 54.08º | 0.44% | 0.32% | - |
| HSV(B) | 54.08º | 0.61% | 0.46% | - |
| XYZ | 13.41 | 15.13 | 4.8 | - |
| YUV | 104.8 | 94.82 | 136.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 110 | 46 | 0 | 0.06 | 0.61 | 0.54 | 54.08 | 0.44 | 0.32 |
| Hex | 75 | 6E | 2E | 0 | 6 | 3D | 36 | 36 | 2C | 20 |
| Octal | 165 | 156 | 56 | 0 | 6 | 75 | 66 | 66 | 54 | 40 |
| Binary | 1110101 | 1101110 | 101110 | 0 | 110 | 111101 | 110110 | 110110 | 101100 | 100000 |
Color Harmonies of #756E2E
Complementary color
Monochromatic Colors of #756E2E
Black with #756E2E
Text Example
Text Example
White with #756E2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756E2E; }
p { color: rgb(117,110,46); }
H1.HeaderClassName
{
color: #756E2E;
}
.AnyTagClassName
{
color: #756E2E;
}
</style>
background-color css
<style>
a { background-color: #756E2E; }
a { background-color: rgb(117,110,46); }
div.DivClassName
{
background-color: #756E2E;
}
.BgClassName
{
background-color: #756E2E;
}
</style>
border-color css
<style>
span { border-color: #756E2E; }
span { border-color: rgb(117,110,46); }
td.TdClassName
{
border-color: #756E2E;
}
.TagClassName
{
border-color: #756E2E;
}
</style>