Shades of Crete #746C2F
Tints of Crete #746C2F
RGB
CMYK
RGB Variations
Color information
#746C2F (or 0x746C2F) is known color: Crete. HEX triplet: 74, 6C and 2F. RGB value is (116,108,47). Sum of RGB (Red+Green+Blue) = 116+108+47=271 (35% of max value = 765). Red value is 116 (45.70% from 255 or 42.80% from 271); Green value is 108 (42.58% from 255 or 39.85% from 271); Blue value is 47 (18.75% from 255 or 17.34% from 271); Max value from RGB is 116 - color contains mainly: red. Hex color #746C2F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746C2F is #8B93D0. Grayscale: #676767. Windows color (decimal): -9147345 or 3107956. OLE color: 3107956.
HSL color Cylindrical-coordinate representation of color #746C2F: hue angle of 53.04º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #746C2F is Cyan = 0, Magento = 0.07, Yellow = 0.59 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 108 | 47 | - |
| CMYK | 0 | 0.07 | 0.59 | 0.55 |
| HSL | 53.04º | 0.42% | 0.32% | - |
| HSV(B) | 53.04º | 0.59% | 0.45% | - |
| XYZ | 13.08 | 14.64 | 4.83 | - |
| YUV | 103.44 | 96.15 | 136.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 108 | 47 | 0 | 0.07 | 0.59 | 0.55 | 53.04 | 0.42 | 0.32 |
| Hex | 74 | 6C | 2F | 0 | 7 | 3B | 37 | 35 | 2A | 20 |
| Octal | 164 | 154 | 57 | 0 | 7 | 73 | 67 | 65 | 52 | 40 |
| Binary | 1110100 | 1101100 | 101111 | 0 | 111 | 111011 | 110111 | 110101 | 101010 | 100000 |
Color Harmonies of #746C2F
Complementary color
Monochromatic Colors of #746C2F
Black with #746C2F
Text Example
Text Example
White with #746C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746C2F; }
p { color: rgb(116,108,47); }
H1.HeaderClassName
{
color: #746C2F;
}
.AnyTagClassName
{
color: #746C2F;
}
</style>
background-color css
<style>
a { background-color: #746C2F; }
a { background-color: rgb(116,108,47); }
div.DivClassName
{
background-color: #746C2F;
}
.BgClassName
{
background-color: #746C2F;
}
</style>
border-color css
<style>
span { border-color: #746C2F; }
span { border-color: rgb(116,108,47); }
td.TdClassName
{
border-color: #746C2F;
}
.TagClassName
{
border-color: #746C2F;
}
</style>