Shades of Crete #72733C
Tints of Crete #72733C
RGB
CMYK
RGB Variations
Color information
#72733C (or 0x72733C) is known color: Crete. HEX triplet: 72, 73 and 3C. RGB value is (114,115,60). Sum of RGB (Red+Green+Blue) = 114+115+60=289 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.45% from 289); Green value is 115 (45.31% from 255 or 39.79% from 289); Blue value is 60 (23.83% from 255 or 20.76% from 289); Max value from RGB is 115 - color contains mainly: green. Hex color #72733C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72733C is #8D8CC3. Grayscale: #6C6C6C. Windows color (decimal): -9276612 or 3961714. OLE color: 3961714.
HSL color Cylindrical-coordinate representation of color #72733C: hue angle of 61.09º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #72733C is Cyan = 0.01, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 115 | 60 | - |
| CMYK | 0.01 | 0 | 0.48 | 0.55 |
| HSL | 61.09º | 0.31% | 0.34% | - |
| HSV(B) | 61.09º | 0.48% | 0.45% | - |
| XYZ | 13.89 | 16.17 | 6.66 | - |
| YUV | 108.43 | 100.67 | 131.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 115 | 60 | 0.01 | 0 | 0.48 | 0.55 | 61.09 | 0.31 | 0.34 |
| Hex | 72 | 73 | 3C | 1 | 0 | 30 | 37 | 3D | 1F | 22 |
| Octal | 162 | 163 | 74 | 1 | 0 | 60 | 67 | 75 | 37 | 42 |
| Binary | 1110010 | 1110011 | 111100 | 1 | 0 | 110000 | 110111 | 111101 | 11111 | 100010 |
Color Harmonies of #72733C
Complementary color
Monochromatic Colors of #72733C
Black with #72733C
Text Example
Text Example
White with #72733C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72733C; }
p { color: rgb(114,115,60); }
H1.HeaderClassName
{
color: #72733C;
}
.AnyTagClassName
{
color: #72733C;
}
</style>
background-color css
<style>
a { background-color: #72733C; }
a { background-color: rgb(114,115,60); }
div.DivClassName
{
background-color: #72733C;
}
.BgClassName
{
background-color: #72733C;
}
</style>
border-color css
<style>
span { border-color: #72733C; }
span { border-color: rgb(114,115,60); }
td.TdClassName
{
border-color: #72733C;
}
.TagClassName
{
border-color: #72733C;
}
</style>