Shades of Crete #74722E
Tints of Crete #74722E
RGB
CMYK
RGB Variations
Color information
#74722E (or 0x74722E) is known color: Crete. HEX triplet: 74, 72 and 2E. RGB value is (116,114,46). Sum of RGB (Red+Green+Blue) = 116+114+46=276 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.03% from 276); Green value is 114 (44.92% from 255 or 41.30% from 276); Blue value is 46 (18.36% from 255 or 16.67% from 276); Max value from RGB is 116 - color contains mainly: red. Hex color #74722E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74722E is #8B8DD1. Grayscale: #6B6B6B. Windows color (decimal): -9145810 or 3043956. OLE color: 3043956.
HSL color Cylindrical-coordinate representation of color #74722E: hue angle of 58.29º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #74722E is Cyan = 0, Magento = 0.02, Yellow = 0.60 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 114 | 46 | - |
| CMYK | 0 | 0.02 | 0.60 | 0.55 |
| HSL | 58.29º | 0.43% | 0.32% | - |
| HSV(B) | 58.29º | 0.6% | 0.45% | - |
| XYZ | 13.71 | 15.94 | 4.94 | - |
| YUV | 106.85 | 93.66 | 134.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 114 | 46 | 0 | 0.02 | 0.60 | 0.55 | 58.29 | 0.43 | 0.32 |
| Hex | 74 | 72 | 2E | 0 | 2 | 3C | 37 | 3A | 2B | 20 |
| Octal | 164 | 162 | 56 | 0 | 2 | 74 | 67 | 72 | 53 | 40 |
| Binary | 1110100 | 1110010 | 101110 | 0 | 10 | 111100 | 110111 | 111010 | 101011 | 100000 |
Color Harmonies of #74722E
Complementary color
Monochromatic Colors of #74722E
Black with #74722E
Text Example
Text Example
White with #74722E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74722E; }
p { color: rgb(116,114,46); }
H1.HeaderClassName
{
color: #74722E;
}
.AnyTagClassName
{
color: #74722E;
}
</style>
background-color css
<style>
a { background-color: #74722E; }
a { background-color: rgb(116,114,46); }
div.DivClassName
{
background-color: #74722E;
}
.BgClassName
{
background-color: #74722E;
}
</style>
border-color css
<style>
span { border-color: #74722E; }
span { border-color: rgb(116,114,46); }
td.TdClassName
{
border-color: #74722E;
}
.TagClassName
{
border-color: #74722E;
}
</style>