Shades of Crete #746C32
Tints of Crete #746C32
RGB
CMYK
RGB Variations
Color information
#746C32 (or 0x746C32) is known color: Crete. HEX triplet: 74, 6C and 32. RGB value is (116,108,50). Sum of RGB (Red+Green+Blue) = 116+108+50=274 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.34% from 274); Green value is 108 (42.58% from 255 or 39.42% from 274); Blue value is 50 (19.92% from 255 or 18.25% from 274); Max value from RGB is 116 - color contains mainly: red. Hex color #746C32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746C32 is #8B93CD. Grayscale: #686868. Windows color (decimal): -9147342 or 3304564. OLE color: 3304564.
HSL color Cylindrical-coordinate representation of color #746C32: hue angle of 52.73º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #746C32 is Cyan = 0, Magento = 0.07, Yellow = 0.57 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 108 | 50 | - |
| CMYK | 0 | 0.07 | 0.57 | 0.55 |
| HSL | 52.73º | 0.4% | 0.33% | - |
| HSV(B) | 52.73º | 0.57% | 0.45% | - |
| XYZ | 13.14 | 14.67 | 5.16 | - |
| YUV | 103.78 | 97.65 | 136.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 108 | 50 | 0 | 0.07 | 0.57 | 0.55 | 52.73 | 0.4 | 0.33 |
| Hex | 74 | 6C | 32 | 0 | 7 | 39 | 37 | 35 | 28 | 21 |
| Octal | 164 | 154 | 62 | 0 | 7 | 71 | 67 | 65 | 50 | 41 |
| Binary | 1110100 | 1101100 | 110010 | 0 | 111 | 111001 | 110111 | 110101 | 101000 | 100001 |
Color Harmonies of #746C32
Complementary color
Monochromatic Colors of #746C32
Black with #746C32
Text Example
Text Example
White with #746C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746C32; }
p { color: rgb(116,108,50); }
H1.HeaderClassName
{
color: #746C32;
}
.AnyTagClassName
{
color: #746C32;
}
</style>
background-color css
<style>
a { background-color: #746C32; }
a { background-color: rgb(116,108,50); }
div.DivClassName
{
background-color: #746C32;
}
.BgClassName
{
background-color: #746C32;
}
</style>
border-color css
<style>
span { border-color: #746C32; }
span { border-color: rgb(116,108,50); }
td.TdClassName
{
border-color: #746C32;
}
.TagClassName
{
border-color: #746C32;
}
</style>