Shades of Crete #756E37
Tints of Crete #756E37
RGB
CMYK
RGB Variations
Color information
#756E37 (or 0x756E37) is known color: Crete. HEX triplet: 75, 6E and 37. RGB value is (117,110,55). Sum of RGB (Red+Green+Blue) = 117+110+55=282 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.49% from 282); Green value is 110 (43.36% from 255 or 39.01% from 282); Blue value is 55 (21.88% from 255 or 19.50% from 282); Max value from RGB is 117 - color contains mainly: red. Hex color #756E37 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756E37 is #8A91C8. Grayscale: #6A6A6A. Windows color (decimal): -9081289 or 3632757. OLE color: 3632757.
HSL color Cylindrical-coordinate representation of color #756E37: hue angle of 53.23º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #756E37 is Cyan = 0, Magento = 0.06, Yellow = 0.53 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 110 | 55 | - |
| CMYK | 0 | 0.06 | 0.53 | 0.54 |
| HSL | 53.23º | 0.36% | 0.34% | - |
| HSV(B) | 53.23º | 0.53% | 0.46% | - |
| XYZ | 13.6 | 15.21 | 5.83 | - |
| YUV | 105.82 | 99.32 | 135.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 110 | 55 | 0 | 0.06 | 0.53 | 0.54 | 53.23 | 0.36 | 0.34 |
| Hex | 75 | 6E | 37 | 0 | 6 | 35 | 36 | 35 | 24 | 22 |
| Octal | 165 | 156 | 67 | 0 | 6 | 65 | 66 | 65 | 44 | 42 |
| Binary | 1110101 | 1101110 | 110111 | 0 | 110 | 110101 | 110110 | 110101 | 100100 | 100010 |
Color Harmonies of #756E37
Complementary color
Monochromatic Colors of #756E37
Black with #756E37
Text Example
Text Example
White with #756E37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756E37; }
p { color: rgb(117,110,55); }
H1.HeaderClassName
{
color: #756E37;
}
.AnyTagClassName
{
color: #756E37;
}
</style>
background-color css
<style>
a { background-color: #756E37; }
a { background-color: rgb(117,110,55); }
div.DivClassName
{
background-color: #756E37;
}
.BgClassName
{
background-color: #756E37;
}
</style>
border-color css
<style>
span { border-color: #756E37; }
span { border-color: rgb(117,110,55); }
td.TdClassName
{
border-color: #756E37;
}
.TagClassName
{
border-color: #756E37;
}
</style>