Shades of Crete #74733C
Tints of Crete #74733C
RGB
CMYK
RGB Variations
Color information
#74733C (or 0x74733C) is known color: Crete. HEX triplet: 74, 73 and 3C. RGB value is (116,115,60). Sum of RGB (Red+Green+Blue) = 116+115+60=291 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.86% from 291); Green value is 115 (45.31% from 255 or 39.52% from 291); Blue value is 60 (23.83% from 255 or 20.62% from 291); Max value from RGB is 116 - color contains mainly: red. Hex color #74733C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74733C is #8B8CC3. Grayscale: #6D6D6D. Windows color (decimal): -9145540 or 3961716. OLE color: 3961716.
HSL color Cylindrical-coordinate representation of color #74733C: hue angle of 58.93º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #74733C is Cyan = 0, Magento = 0.01, Yellow = 0.48 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 115 | 60 | - |
| CMYK | 0 | 0.01 | 0.48 | 0.55 |
| HSL | 58.93º | 0.32% | 0.35% | - |
| HSV(B) | 58.93º | 0.48% | 0.45% | - |
| XYZ | 14.15 | 16.3 | 6.68 | - |
| YUV | 109.03 | 100.33 | 132.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 115 | 60 | 0 | 0.01 | 0.48 | 0.55 | 58.93 | 0.32 | 0.35 |
| Hex | 74 | 73 | 3C | 0 | 1 | 30 | 37 | 3B | 20 | 23 |
| Octal | 164 | 163 | 74 | 0 | 1 | 60 | 67 | 73 | 40 | 43 |
| Binary | 1110100 | 1110011 | 111100 | 0 | 1 | 110000 | 110111 | 111011 | 100000 | 100011 |
Color Harmonies of #74733C
Complementary color
Monochromatic Colors of #74733C
Black with #74733C
Text Example
Text Example
White with #74733C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74733C; }
p { color: rgb(116,115,60); }
H1.HeaderClassName
{
color: #74733C;
}
.AnyTagClassName
{
color: #74733C;
}
</style>
background-color css
<style>
a { background-color: #74733C; }
a { background-color: rgb(116,115,60); }
div.DivClassName
{
background-color: #74733C;
}
.BgClassName
{
background-color: #74733C;
}
</style>
border-color css
<style>
span { border-color: #74733C; }
span { border-color: rgb(116,115,60); }
td.TdClassName
{
border-color: #74733C;
}
.TagClassName
{
border-color: #74733C;
}
</style>