Shades of Crete #74773C
Tints of Crete #74773C
RGB
CMYK
RGB Variations
Color information
#74773C (or 0x74773C) is known color: Crete. HEX triplet: 74, 77 and 3C. RGB value is (116,119,60). Sum of RGB (Red+Green+Blue) = 116+119+60=295 (39% of max value = 765). Red value is 116 (45.70% from 255 or 39.32% from 295); Green value is 119 (46.88% from 255 or 40.34% from 295); Blue value is 60 (23.83% from 255 or 20.34% from 295); Max value from RGB is 119 - color contains mainly: green. Hex color #74773C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74773C is #8B88C3. Grayscale: #6F6F6F. Windows color (decimal): -9144516 or 3962740. OLE color: 3962740.
HSL color Cylindrical-coordinate representation of color #74773C: hue angle of 63.05º degrees, saturation: 0.33, 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 #74773C is Cyan = 0.03, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 116 | 119 | 60 | - |
| CMYK | 0.03 | 0 | 0.50 | 0.53 |
| HSL | 63.05º | 0.33% | 0.35% | - |
| HSV(B) | 63.05º | 0.5% | 0.47% | - |
| XYZ | 14.61 | 17.23 | 6.83 | - |
| YUV | 111.38 | 99.01 | 131.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 119 | 60 | 0.03 | 0 | 0.50 | 0.53 | 63.05 | 0.33 | 0.35 |
| Hex | 74 | 77 | 3C | 3 | 0 | 32 | 35 | 3F | 21 | 23 |
| Octal | 164 | 167 | 74 | 3 | 0 | 62 | 65 | 77 | 41 | 43 |
| Binary | 1110100 | 1110111 | 111100 | 11 | 0 | 110010 | 110101 | 111111 | 100001 | 100011 |
Color Harmonies of #74773C
Complementary color
Monochromatic Colors of #74773C
Black with #74773C
Text Example
Text Example
White with #74773C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74773C; }
p { color: rgb(116,119,60); }
H1.HeaderClassName
{
color: #74773C;
}
.AnyTagClassName
{
color: #74773C;
}
</style>
background-color css
<style>
a { background-color: #74773C; }
a { background-color: rgb(116,119,60); }
div.DivClassName
{
background-color: #74773C;
}
.BgClassName
{
background-color: #74773C;
}
</style>
border-color css
<style>
span { border-color: #74773C; }
span { border-color: rgb(116,119,60); }
td.TdClassName
{
border-color: #74773C;
}
.TagClassName
{
border-color: #74773C;
}
</style>