Shades of Crete #746B30
Tints of Crete #746B30
RGB
CMYK
RGB Variations
Color information
#746B30 (or 0x746B30) is known color: Crete. HEX triplet: 74, 6B and 30. RGB value is (116,107,48). Sum of RGB (Red+Green+Blue) = 116+107+48=271 (35% of max value = 765). Red value is 116 (45.70% from 255 or 42.80% from 271); Green value is 107 (42.19% from 255 or 39.48% from 271); Blue value is 48 (19.14% from 255 or 17.71% from 271); Max value from RGB is 116 - color contains mainly: red. Hex color #746B30 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746B30 is #8B94CF. Grayscale: #676767. Windows color (decimal): -9147600 or 3173236. OLE color: 3173236.
HSL color Cylindrical-coordinate representation of color #746B30: hue angle of 52.06º degrees, saturation: 0.41, 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 #746B30 is Cyan = 0, Magento = 0.08, Yellow = 0.59 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 107 | 48 | - |
| CMYK | 0 | 0.08 | 0.59 | 0.55 |
| HSL | 52.06º | 0.41% | 0.32% | - |
| HSV(B) | 52.06º | 0.59% | 0.45% | - |
| XYZ | 12.99 | 14.44 | 4.9 | - |
| YUV | 102.97 | 96.98 | 137.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 107 | 48 | 0 | 0.08 | 0.59 | 0.55 | 52.06 | 0.41 | 0.32 |
| Hex | 74 | 6B | 30 | 0 | 8 | 3B | 37 | 34 | 29 | 20 |
| Octal | 164 | 153 | 60 | 0 | 10 | 73 | 67 | 64 | 51 | 40 |
| Binary | 1110100 | 1101011 | 110000 | 0 | 1000 | 111011 | 110111 | 110100 | 101001 | 100000 |
Color Harmonies of #746B30
Complementary color
Monochromatic Colors of #746B30
Black with #746B30
Text Example
Text Example
White with #746B30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746B30; }
p { color: rgb(116,107,48); }
H1.HeaderClassName
{
color: #746B30;
}
.AnyTagClassName
{
color: #746B30;
}
</style>
background-color css
<style>
a { background-color: #746B30; }
a { background-color: rgb(116,107,48); }
div.DivClassName
{
background-color: #746B30;
}
.BgClassName
{
background-color: #746B30;
}
</style>
border-color css
<style>
span { border-color: #746B30; }
span { border-color: rgb(116,107,48); }
td.TdClassName
{
border-color: #746B30;
}
.TagClassName
{
border-color: #746B30;
}
</style>