Shades of Crete #74773E
Tints of Crete #74773E
RGB
CMYK
RGB Variations
Color information
#74773E (or 0x74773E) is known color: Crete. HEX triplet: 74, 77 and 3E. RGB value is (116,119,62). Sum of RGB (Red+Green+Blue) = 116+119+62=297 (39% of max value = 765). Red value is 116 (45.70% from 255 or 39.06% from 297); Green value is 119 (46.88% from 255 or 40.07% from 297); Blue value is 62 (24.61% from 255 or 20.88% from 297); Max value from RGB is 119 - color contains mainly: green. Hex color #74773E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74773E is #8B88C1. Grayscale: #6F6F6F. Windows color (decimal): -9144514 or 4093812. OLE color: 4093812.
HSL color Cylindrical-coordinate representation of color #74773E: hue angle of 63.16º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #74773E is Cyan = 0.03, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 116 | 119 | 62 | - |
| CMYK | 0.03 | 0 | 0.48 | 0.53 |
| HSL | 63.16º | 0.31% | 0.35% | - |
| HSV(B) | 63.16º | 0.48% | 0.47% | - |
| XYZ | 14.67 | 17.25 | 7.11 | - |
| YUV | 111.61 | 100.01 | 131.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 119 | 62 | 0.03 | 0 | 0.48 | 0.53 | 63.16 | 0.31 | 0.35 |
| Hex | 74 | 77 | 3E | 3 | 0 | 30 | 35 | 3F | 1F | 23 |
| Octal | 164 | 167 | 76 | 3 | 0 | 60 | 65 | 77 | 37 | 43 |
| Binary | 1110100 | 1110111 | 111110 | 11 | 0 | 110000 | 110101 | 111111 | 11111 | 100011 |
Color Harmonies of #74773E
Complementary color
Monochromatic Colors of #74773E
Black with #74773E
Text Example
Text Example
White with #74773E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74773E; }
p { color: rgb(116,119,62); }
H1.HeaderClassName
{
color: #74773E;
}
.AnyTagClassName
{
color: #74773E;
}
</style>
background-color css
<style>
a { background-color: #74773E; }
a { background-color: rgb(116,119,62); }
div.DivClassName
{
background-color: #74773E;
}
.BgClassName
{
background-color: #74773E;
}
</style>
border-color css
<style>
span { border-color: #74773E; }
span { border-color: rgb(116,119,62); }
td.TdClassName
{
border-color: #74773E;
}
.TagClassName
{
border-color: #74773E;
}
</style>