Shades of Crete #74773B
Tints of Crete #74773B
RGB
CMYK
RGB Variations
Color information
#74773B (or 0x74773B) is known color: Crete. HEX triplet: 74, 77 and 3B. RGB value is (116,119,59). Sum of RGB (Red+Green+Blue) = 116+119+59=294 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.46% from 294); Green value is 119 (46.88% from 255 or 40.48% from 294); Blue value is 59 (23.44% from 255 or 20.07% from 294); Max value from RGB is 119 - color contains mainly: green. Hex color #74773B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74773B is #8B88C4. Grayscale: #6F6F6F. Windows color (decimal): -9144517 or 3897204. OLE color: 3897204.
HSL color Cylindrical-coordinate representation of color #74773B: hue angle of 63º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #74773B is Cyan = 0.03, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 116 | 119 | 59 | - |
| CMYK | 0.03 | 0 | 0.50 | 0.53 |
| HSL | 63º | 0.34% | 0.35% | - |
| HSV(B) | 63º | 0.5% | 0.47% | - |
| XYZ | 14.59 | 17.22 | 6.69 | - |
| YUV | 111.26 | 98.51 | 131.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 119 | 59 | 0.03 | 0 | 0.50 | 0.53 | 63 | 0.34 | 0.35 |
| Hex | 74 | 77 | 3B | 3 | 0 | 32 | 35 | 3F | 22 | 23 |
| Octal | 164 | 167 | 73 | 3 | 0 | 62 | 65 | 77 | 42 | 43 |
| Binary | 1110100 | 1110111 | 111011 | 11 | 0 | 110010 | 110101 | 111111 | 100010 | 100011 |
Color Harmonies of #74773B
Complementary color
Monochromatic Colors of #74773B
Black with #74773B
Text Example
Text Example
White with #74773B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74773B; }
p { color: rgb(116,119,59); }
H1.HeaderClassName
{
color: #74773B;
}
.AnyTagClassName
{
color: #74773B;
}
</style>
background-color css
<style>
a { background-color: #74773B; }
a { background-color: rgb(116,119,59); }
div.DivClassName
{
background-color: #74773B;
}
.BgClassName
{
background-color: #74773B;
}
</style>
border-color css
<style>
span { border-color: #74773B; }
span { border-color: rgb(116,119,59); }
td.TdClassName
{
border-color: #74773B;
}
.TagClassName
{
border-color: #74773B;
}
</style>