Shades of Crete #72763D
Tints of Crete #72763D
RGB
CMYK
RGB Variations
Color information
#72763D (or 0x72763D) is known color: Crete. HEX triplet: 72, 76 and 3D. RGB value is (114,118,61). Sum of RGB (Red+Green+Blue) = 114+118+61=293 (38% of max value = 765). Red value is 114 (44.92% from 255 or 38.91% from 293); Green value is 118 (46.48% from 255 or 40.27% from 293); Blue value is 61 (24.22% from 255 or 20.82% from 293); Max value from RGB is 118 - color contains mainly: green. Hex color #72763D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72763D is #8D89C2. Grayscale: #6E6E6E. Windows color (decimal): -9275843 or 4028018. OLE color: 4028018.
HSL color Cylindrical-coordinate representation of color #72763D: hue angle of 64.21º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #72763D is Cyan = 0.03, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 114 | 118 | 61 | - |
| CMYK | 0.03 | 0 | 0.48 | 0.54 |
| HSL | 64.21º | 0.32% | 0.35% | - |
| HSV(B) | 64.21º | 0.48% | 0.46% | - |
| XYZ | 14.26 | 16.87 | 6.92 | - |
| YUV | 110.31 | 100.17 | 130.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 118 | 61 | 0.03 | 0 | 0.48 | 0.54 | 64.21 | 0.32 | 0.35 |
| Hex | 72 | 76 | 3D | 3 | 0 | 30 | 36 | 40 | 20 | 23 |
| Octal | 162 | 166 | 75 | 3 | 0 | 60 | 66 | 100 | 40 | 43 |
| Binary | 1110010 | 1110110 | 111101 | 11 | 0 | 110000 | 110110 | 1000000 | 100000 | 100011 |
Color Harmonies of #72763D
Complementary color
Monochromatic Colors of #72763D
Black with #72763D
Text Example
Text Example
White with #72763D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72763D; }
p { color: rgb(114,118,61); }
H1.HeaderClassName
{
color: #72763D;
}
.AnyTagClassName
{
color: #72763D;
}
</style>
background-color css
<style>
a { background-color: #72763D; }
a { background-color: rgb(114,118,61); }
div.DivClassName
{
background-color: #72763D;
}
.BgClassName
{
background-color: #72763D;
}
</style>
border-color css
<style>
span { border-color: #72763D; }
span { border-color: rgb(114,118,61); }
td.TdClassName
{
border-color: #72763D;
}
.TagClassName
{
border-color: #72763D;
}
</style>