Shades of Crete #72692E
Tints of Crete #72692E
RGB
CMYK
RGB Variations
Color information
#72692E (or 0x72692E) is known color: Crete. HEX triplet: 72, 69 and 2E. RGB value is (114,105,46). Sum of RGB (Red+Green+Blue) = 114+105+46=265 (35% of max value = 765). Red value is 114 (44.92% from 255 or 43.02% from 265); Green value is 105 (41.41% from 255 or 39.62% from 265); Blue value is 46 (18.36% from 255 or 17.36% from 265); Max value from RGB is 114 - color contains mainly: red. Hex color #72692E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72692E is #8D96D1. Grayscale: #656565. Windows color (decimal): -9279186 or 3041650. OLE color: 3041650.
HSL color Cylindrical-coordinate representation of color #72692E: hue angle of 52.06º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #72692E is Cyan = 0, Magento = 0.08, Yellow = 0.60 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 105 | 46 | - |
| CMYK | 0 | 0.08 | 0.60 | 0.55 |
| HSL | 52.06º | 0.43% | 0.31% | - |
| HSV(B) | 52.06º | 0.6% | 0.45% | - |
| XYZ | 12.48 | 13.88 | 4.61 | - |
| YUV | 100.97 | 96.98 | 137.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 105 | 46 | 0 | 0.08 | 0.60 | 0.55 | 52.06 | 0.43 | 0.31 |
| Hex | 72 | 69 | 2E | 0 | 8 | 3C | 37 | 34 | 2A | 1F |
| Octal | 162 | 151 | 56 | 0 | 10 | 74 | 67 | 64 | 52 | 37 |
| Binary | 1110010 | 1101001 | 101110 | 0 | 1000 | 111100 | 110111 | 110100 | 101010 | 11111 |
Color Harmonies of #72692E
Complementary color
Monochromatic Colors of #72692E
Black with #72692E
Text Example
Text Example
White with #72692E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72692E; }
p { color: rgb(114,105,46); }
H1.HeaderClassName
{
color: #72692E;
}
.AnyTagClassName
{
color: #72692E;
}
</style>
background-color css
<style>
a { background-color: #72692E; }
a { background-color: rgb(114,105,46); }
div.DivClassName
{
background-color: #72692E;
}
.BgClassName
{
background-color: #72692E;
}
</style>
border-color css
<style>
span { border-color: #72692E; }
span { border-color: rgb(114,105,46); }
td.TdClassName
{
border-color: #72692E;
}
.TagClassName
{
border-color: #72692E;
}
</style>