Shades of Crete #756F36
Tints of Crete #756F36
RGB
CMYK
RGB Variations
Color information
#756F36 (or 0x756F36) is known color: Crete. HEX triplet: 75, 6F and 36. RGB value is (117,111,54). Sum of RGB (Red+Green+Blue) = 117+111+54=282 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.49% from 282); Green value is 111 (43.75% from 255 or 39.36% from 282); Blue value is 54 (21.48% from 255 or 19.15% from 282); Max value from RGB is 117 - color contains mainly: red. Hex color #756F36 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756F36 is #8A90C9. Grayscale: #6A6A6A. Windows color (decimal): -9081034 or 3567477. OLE color: 3567477.
HSL color Cylindrical-coordinate representation of color #756F36: hue angle of 54.29º degrees, saturation: 0.37, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #756F36 is Cyan = 0, Magento = 0.05, Yellow = 0.54 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 111 | 54 | - |
| CMYK | 0 | 0.05 | 0.54 | 0.54 |
| HSL | 54.29º | 0.37% | 0.34% | - |
| HSV(B) | 54.29º | 0.54% | 0.46% | - |
| XYZ | 13.69 | 15.42 | 5.74 | - |
| YUV | 106.3 | 98.49 | 135.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 111 | 54 | 0 | 0.05 | 0.54 | 0.54 | 54.29 | 0.37 | 0.34 |
| Hex | 75 | 6F | 36 | 0 | 5 | 36 | 36 | 36 | 25 | 22 |
| Octal | 165 | 157 | 66 | 0 | 5 | 66 | 66 | 66 | 45 | 42 |
| Binary | 1110101 | 1101111 | 110110 | 0 | 101 | 110110 | 110110 | 110110 | 100101 | 100010 |
Color Harmonies of #756F36
Complementary color
Monochromatic Colors of #756F36
Black with #756F36
Text Example
Text Example
White with #756F36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756F36; }
p { color: rgb(117,111,54); }
H1.HeaderClassName
{
color: #756F36;
}
.AnyTagClassName
{
color: #756F36;
}
</style>
background-color css
<style>
a { background-color: #756F36; }
a { background-color: rgb(117,111,54); }
div.DivClassName
{
background-color: #756F36;
}
.BgClassName
{
background-color: #756F36;
}
</style>
border-color css
<style>
span { border-color: #756F36; }
span { border-color: rgb(117,111,54); }
td.TdClassName
{
border-color: #756F36;
}
.TagClassName
{
border-color: #756F36;
}
</style>