Shades of Crete #746F37
Tints of Crete #746F37
RGB
CMYK
RGB Variations
Color information
#746F37 (or 0x746F37) is known color: Crete. HEX triplet: 74, 6F and 37. RGB value is (116,111,55). Sum of RGB (Red+Green+Blue) = 116+111+55=282 (37% of max value = 765). Red value is 116 (45.70% from 255 or 41.13% from 282); Green value is 111 (43.75% from 255 or 39.36% from 282); Blue value is 55 (21.88% from 255 or 19.50% from 282); Max value from RGB is 116 - color contains mainly: red. Hex color #746F37 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746F37 is #8B90C8. Grayscale: #6A6A6A. Windows color (decimal): -9146569 or 3633012. OLE color: 3633012.
HSL color Cylindrical-coordinate representation of color #746F37: hue angle of 55.08º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #746F37 is Cyan = 0, Magento = 0.04, Yellow = 0.53 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 111 | 55 | - |
| CMYK | 0 | 0.04 | 0.53 | 0.55 |
| HSL | 55.08º | 0.36% | 0.34% | - |
| HSV(B) | 55.08º | 0.53% | 0.45% | - |
| XYZ | 13.58 | 15.36 | 5.86 | - |
| YUV | 106.11 | 99.16 | 135.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 111 | 55 | 0 | 0.04 | 0.53 | 0.55 | 55.08 | 0.36 | 0.34 |
| Hex | 74 | 6F | 37 | 0 | 4 | 35 | 37 | 37 | 24 | 22 |
| Octal | 164 | 157 | 67 | 0 | 4 | 65 | 67 | 67 | 44 | 42 |
| Binary | 1110100 | 1101111 | 110111 | 0 | 100 | 110101 | 110111 | 110111 | 100100 | 100010 |
Color Harmonies of #746F37
Complementary color
Monochromatic Colors of #746F37
Black with #746F37
Text Example
Text Example
White with #746F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746F37; }
p { color: rgb(116,111,55); }
H1.HeaderClassName
{
color: #746F37;
}
.AnyTagClassName
{
color: #746F37;
}
</style>
background-color css
<style>
a { background-color: #746F37; }
a { background-color: rgb(116,111,55); }
div.DivClassName
{
background-color: #746F37;
}
.BgClassName
{
background-color: #746F37;
}
</style>
border-color css
<style>
span { border-color: #746F37; }
span { border-color: rgb(116,111,55); }
td.TdClassName
{
border-color: #746F37;
}
.TagClassName
{
border-color: #746F37;
}
</style>