Shades of Crete #756D2E
Tints of Crete #756D2E
RGB
CMYK
RGB Variations
Color information
#756D2E (or 0x756D2E) is known color: Crete. HEX triplet: 75, 6D and 2E. RGB value is (117,109,46). Sum of RGB (Red+Green+Blue) = 117+109+46=272 (36% of max value = 765). Red value is 117 (46.09% from 255 or 43.01% from 272); Green value is 109 (42.97% from 255 or 40.07% from 272); Blue value is 46 (18.36% from 255 or 16.91% from 272); Max value from RGB is 117 - color contains mainly: red. Hex color #756D2E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756D2E is #8A92D1. Grayscale: #686868. Windows color (decimal): -9081554 or 3042677. OLE color: 3042677.
HSL color Cylindrical-coordinate representation of color #756D2E: hue angle of 53.24º 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 #756D2E is Cyan = 0, Magento = 0.07, Yellow = 0.61 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 109 | 46 | - |
| CMYK | 0 | 0.07 | 0.61 | 0.54 |
| HSL | 53.24º | 0.44% | 0.32% | - |
| HSV(B) | 53.24º | 0.61% | 0.46% | - |
| XYZ | 13.3 | 14.92 | 4.76 | - |
| YUV | 104.21 | 95.15 | 137.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 109 | 46 | 0 | 0.07 | 0.61 | 0.54 | 53.24 | 0.44 | 0.32 |
| Hex | 75 | 6D | 2E | 0 | 7 | 3D | 36 | 35 | 2C | 20 |
| Octal | 165 | 155 | 56 | 0 | 7 | 75 | 66 | 65 | 54 | 40 |
| Binary | 1110101 | 1101101 | 101110 | 0 | 111 | 111101 | 110110 | 110101 | 101100 | 100000 |
Color Harmonies of #756D2E
Complementary color
Monochromatic Colors of #756D2E
Black with #756D2E
Text Example
Text Example
White with #756D2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756D2E; }
p { color: rgb(117,109,46); }
H1.HeaderClassName
{
color: #756D2E;
}
.AnyTagClassName
{
color: #756D2E;
}
</style>
background-color css
<style>
a { background-color: #756D2E; }
a { background-color: rgb(117,109,46); }
div.DivClassName
{
background-color: #756D2E;
}
.BgClassName
{
background-color: #756D2E;
}
</style>
border-color css
<style>
span { border-color: #756D2E; }
span { border-color: rgb(117,109,46); }
td.TdClassName
{
border-color: #756D2E;
}
.TagClassName
{
border-color: #756D2E;
}
</style>