Shades of Crete #72773B
Tints of Crete #72773B
RGB
CMYK
RGB Variations
Color information
#72773B (or 0x72773B) is known color: Crete. HEX triplet: 72, 77 and 3B. RGB value is (114,119,59). Sum of RGB (Red+Green+Blue) = 114+119+59=292 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.04% from 292); Green value is 119 (46.88% from 255 or 40.75% from 292); Blue value is 59 (23.44% from 255 or 20.21% from 292); Max value from RGB is 119 - color contains mainly: green. Hex color #72773B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72773B is #8D88C4. Grayscale: #6E6E6E. Windows color (decimal): -9275589 or 3897202. OLE color: 3897202.
HSL color Cylindrical-coordinate representation of color #72773B: hue angle of 65º 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 #72773B is Cyan = 0.04, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 114 | 119 | 59 | - |
| CMYK | 0.04 | 0 | 0.50 | 0.53 |
| HSL | 65º | 0.34% | 0.35% | - |
| HSV(B) | 65º | 0.5% | 0.47% | - |
| XYZ | 14.33 | 17.09 | 6.68 | - |
| YUV | 110.67 | 98.84 | 130.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 119 | 59 | 0.04 | 0 | 0.50 | 0.53 | 65 | 0.34 | 0.35 |
| Hex | 72 | 77 | 3B | 4 | 0 | 32 | 35 | 41 | 22 | 23 |
| Octal | 162 | 167 | 73 | 4 | 0 | 62 | 65 | 101 | 42 | 43 |
| Binary | 1110010 | 1110111 | 111011 | 100 | 0 | 110010 | 110101 | 1000001 | 100010 | 100011 |
Color Harmonies of #72773B
Complementary color
Monochromatic Colors of #72773B
Black with #72773B
Text Example
Text Example
White with #72773B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72773B; }
p { color: rgb(114,119,59); }
H1.HeaderClassName
{
color: #72773B;
}
.AnyTagClassName
{
color: #72773B;
}
</style>
background-color css
<style>
a { background-color: #72773B; }
a { background-color: rgb(114,119,59); }
div.DivClassName
{
background-color: #72773B;
}
.BgClassName
{
background-color: #72773B;
}
</style>
border-color css
<style>
span { border-color: #72773B; }
span { border-color: rgb(114,119,59); }
td.TdClassName
{
border-color: #72773B;
}
.TagClassName
{
border-color: #72773B;
}
</style>