Shades of Crete #746E2F
Tints of Crete #746E2F
RGB
CMYK
RGB Variations
Color information
#746E2F (or 0x746E2F) is known color: Crete. HEX triplet: 74, 6E and 2F. RGB value is (116,110,47). Sum of RGB (Red+Green+Blue) = 116+110+47=273 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.49% from 273); Green value is 110 (43.36% from 255 or 40.29% from 273); Blue value is 47 (18.75% from 255 or 17.22% from 273); Max value from RGB is 116 - color contains mainly: red. Hex color #746E2F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746E2F is #8B91D0. Grayscale: #686868. Windows color (decimal): -9146833 or 3108468. OLE color: 3108468.
HSL color Cylindrical-coordinate representation of color #746E2F: hue angle of 54.78º 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 #746E2F is Cyan = 0, Magento = 0.05, Yellow = 0.59 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 110 | 47 | - |
| CMYK | 0 | 0.05 | 0.59 | 0.55 |
| HSL | 54.78º | 0.42% | 0.32% | - |
| HSV(B) | 54.78º | 0.59% | 0.45% | - |
| XYZ | 13.29 | 15.07 | 4.9 | - |
| YUV | 104.61 | 95.49 | 136.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 110 | 47 | 0 | 0.05 | 0.59 | 0.55 | 54.78 | 0.42 | 0.32 |
| Hex | 74 | 6E | 2F | 0 | 5 | 3B | 37 | 37 | 2A | 20 |
| Octal | 164 | 156 | 57 | 0 | 5 | 73 | 67 | 67 | 52 | 40 |
| Binary | 1110100 | 1101110 | 101111 | 0 | 101 | 111011 | 110111 | 110111 | 101010 | 100000 |
Color Harmonies of #746E2F
Complementary color
Monochromatic Colors of #746E2F
Black with #746E2F
Text Example
Text Example
White with #746E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746E2F; }
p { color: rgb(116,110,47); }
H1.HeaderClassName
{
color: #746E2F;
}
.AnyTagClassName
{
color: #746E2F;
}
</style>
background-color css
<style>
a { background-color: #746E2F; }
a { background-color: rgb(116,110,47); }
div.DivClassName
{
background-color: #746E2F;
}
.BgClassName
{
background-color: #746E2F;
}
</style>
border-color css
<style>
span { border-color: #746E2F; }
span { border-color: rgb(116,110,47); }
td.TdClassName
{
border-color: #746E2F;
}
.TagClassName
{
border-color: #746E2F;
}
</style>