Shades of Crete #756F2E
Tints of Crete #756F2E
RGB
CMYK
RGB Variations
Color information
#756F2E (or 0x756F2E) is known color: Crete. HEX triplet: 75, 6F and 2E. RGB value is (117,111,46). Sum of RGB (Red+Green+Blue) = 117+111+46=274 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.70% from 274); Green value is 111 (43.75% from 255 or 40.51% from 274); Blue value is 46 (18.36% from 255 or 16.79% from 274); Max value from RGB is 117 - color contains mainly: red. Hex color #756F2E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756F2E is #8A90D1. Grayscale: #696969. Windows color (decimal): -9081042 or 3043189. OLE color: 3043189.
HSL color Cylindrical-coordinate representation of color #756F2E: hue angle of 54.93º 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 #756F2E is Cyan = 0, Magento = 0.05, Yellow = 0.61 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 111 | 46 | - |
| CMYK | 0 | 0.05 | 0.61 | 0.54 |
| HSL | 54.93º | 0.44% | 0.32% | - |
| HSV(B) | 54.93º | 0.61% | 0.46% | - |
| XYZ | 13.51 | 15.35 | 4.83 | - |
| YUV | 105.38 | 94.49 | 136.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 111 | 46 | 0 | 0.05 | 0.61 | 0.54 | 54.93 | 0.44 | 0.32 |
| Hex | 75 | 6F | 2E | 0 | 5 | 3D | 36 | 37 | 2C | 20 |
| Octal | 165 | 157 | 56 | 0 | 5 | 75 | 66 | 67 | 54 | 40 |
| Binary | 1110101 | 1101111 | 101110 | 0 | 101 | 111101 | 110110 | 110111 | 101100 | 100000 |
Color Harmonies of #756F2E
Complementary color
Monochromatic Colors of #756F2E
Black with #756F2E
Text Example
Text Example
White with #756F2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756F2E; }
p { color: rgb(117,111,46); }
H1.HeaderClassName
{
color: #756F2E;
}
.AnyTagClassName
{
color: #756F2E;
}
</style>
background-color css
<style>
a { background-color: #756F2E; }
a { background-color: rgb(117,111,46); }
div.DivClassName
{
background-color: #756F2E;
}
.BgClassName
{
background-color: #756F2E;
}
</style>
border-color css
<style>
span { border-color: #756F2E; }
span { border-color: rgb(117,111,46); }
td.TdClassName
{
border-color: #756F2E;
}
.TagClassName
{
border-color: #756F2E;
}
</style>