Shades of Crete #756F39
Tints of Crete #756F39
RGB
CMYK
RGB Variations
Color information
#756F39 (or 0x756F39) is known color: Crete. HEX triplet: 75, 6F and 39. RGB value is (117,111,57). Sum of RGB (Red+Green+Blue) = 117+111+57=285 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.05% from 285); Green value is 111 (43.75% from 255 or 38.95% from 285); Blue value is 57 (22.66% from 255 or 20% from 285); Max value from RGB is 117 - color contains mainly: red. Hex color #756F39 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756F39 is #8A90C6. Grayscale: #6A6A6A. Windows color (decimal): -9081031 or 3764085. OLE color: 3764085.
HSL color Cylindrical-coordinate representation of color #756F39: hue angle of 54º degrees, saturation: 0.34, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #756F39 is Cyan = 0, Magento = 0.05, Yellow = 0.51 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 111 | 57 | - |
| CMYK | 0 | 0.05 | 0.51 | 0.54 |
| HSL | 54º | 0.34% | 0.34% | - |
| HSV(B) | 54º | 0.51% | 0.46% | - |
| XYZ | 13.76 | 15.45 | 6.13 | - |
| YUV | 106.64 | 99.99 | 135.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 111 | 57 | 0 | 0.05 | 0.51 | 0.54 | 54 | 0.34 | 0.34 |
| Hex | 75 | 6F | 39 | 0 | 5 | 33 | 36 | 36 | 22 | 22 |
| Octal | 165 | 157 | 71 | 0 | 5 | 63 | 66 | 66 | 42 | 42 |
| Binary | 1110101 | 1101111 | 111001 | 0 | 101 | 110011 | 110110 | 110110 | 100010 | 100010 |
Color Harmonies of #756F39
Complementary color
Monochromatic Colors of #756F39
Black with #756F39
Text Example
Text Example
White with #756F39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756F39; }
p { color: rgb(117,111,57); }
H1.HeaderClassName
{
color: #756F39;
}
.AnyTagClassName
{
color: #756F39;
}
</style>
background-color css
<style>
a { background-color: #756F39; }
a { background-color: rgb(117,111,57); }
div.DivClassName
{
background-color: #756F39;
}
.BgClassName
{
background-color: #756F39;
}
</style>
border-color css
<style>
span { border-color: #756F39; }
span { border-color: rgb(117,111,57); }
td.TdClassName
{
border-color: #756F39;
}
.TagClassName
{
border-color: #756F39;
}
</style>