Shades of Crete #74733A
Tints of Crete #74733A
RGB
CMYK
RGB Variations
Color information
#74733A (or 0x74733A) is known color: Crete. HEX triplet: 74, 73 and 3A. RGB value is (116,115,58). Sum of RGB (Red+Green+Blue) = 116+115+58=289 (38% of max value = 765). Red value is 116 (45.70% from 255 or 40.14% from 289); Green value is 115 (45.31% from 255 or 39.79% from 289); Blue value is 58 (23.05% from 255 or 20.07% from 289); Max value from RGB is 116 - color contains mainly: red. Hex color #74733A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74733A is #8B8CC5. Grayscale: #6D6D6D. Windows color (decimal): -9145542 or 3830644. OLE color: 3830644.
HSL color Cylindrical-coordinate representation of color #74733A: hue angle of 58.97º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #74733A is Cyan = 0, Magento = 0.01, Yellow = 0.5 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 115 | 58 | - |
| CMYK | 0 | 0.01 | 0.5 | 0.55 |
| HSL | 58.97º | 0.33% | 0.34% | - |
| HSV(B) | 58.97º | 0.5% | 0.45% | - |
| XYZ | 14.1 | 16.28 | 6.4 | - |
| YUV | 108.8 | 99.33 | 133.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 115 | 58 | 0 | 0.01 | 0.5 | 0.55 | 58.97 | 0.33 | 0.34 |
| Hex | 74 | 73 | 3A | 0 | 1 | 32 | 37 | 3B | 21 | 22 |
| Octal | 164 | 163 | 72 | 0 | 1 | 62 | 67 | 73 | 41 | 42 |
| Binary | 1110100 | 1110011 | 111010 | 0 | 1 | 110010 | 110111 | 111011 | 100001 | 100010 |
Color Harmonies of #74733A
Complementary color
Monochromatic Colors of #74733A
Black with #74733A
Text Example
Text Example
White with #74733A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74733A; }
p { color: rgb(116,115,58); }
H1.HeaderClassName
{
color: #74733A;
}
.AnyTagClassName
{
color: #74733A;
}
</style>
background-color css
<style>
a { background-color: #74733A; }
a { background-color: rgb(116,115,58); }
div.DivClassName
{
background-color: #74733A;
}
.BgClassName
{
background-color: #74733A;
}
</style>
border-color css
<style>
span { border-color: #74733A; }
span { border-color: rgb(116,115,58); }
td.TdClassName
{
border-color: #74733A;
}
.TagClassName
{
border-color: #74733A;
}
</style>