Shades of Crete #72692D
Tints of Crete #72692D
RGB
CMYK
RGB Variations
Color information
#72692D (or 0x72692D) is known color: Crete. HEX triplet: 72, 69 and 2D. RGB value is (114,105,45). Sum of RGB (Red+Green+Blue) = 114+105+45=264 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.18% from 264); Green value is 105 (41.41% from 255 or 39.77% from 264); Blue value is 45 (17.97% from 255 or 17.05% from 264); Max value from RGB is 114 - color contains mainly: red. Hex color #72692D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72692D is #8D96D2. Grayscale: #656565. Windows color (decimal): -9279187 or 2976114. OLE color: 2976114.
HSL color Cylindrical-coordinate representation of color #72692D: hue angle of 52.17º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #72692D is Cyan = 0, Magento = 0.08, Yellow = 0.61 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 105 | 45 | - |
| CMYK | 0 | 0.08 | 0.61 | 0.55 |
| HSL | 52.17º | 0.43% | 0.31% | - |
| HSV(B) | 52.17º | 0.61% | 0.45% | - |
| XYZ | 12.46 | 13.87 | 4.5 | - |
| YUV | 100.85 | 96.48 | 137.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 105 | 45 | 0 | 0.08 | 0.61 | 0.55 | 52.17 | 0.43 | 0.31 |
| Hex | 72 | 69 | 2D | 0 | 8 | 3D | 37 | 34 | 2B | 1F |
| Octal | 162 | 151 | 55 | 0 | 10 | 75 | 67 | 64 | 53 | 37 |
| Binary | 1110010 | 1101001 | 101101 | 0 | 1000 | 111101 | 110111 | 110100 | 101011 | 11111 |
Color Harmonies of #72692D
Complementary color
Monochromatic Colors of #72692D
Black with #72692D
Text Example
Text Example
White with #72692D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72692D; }
p { color: rgb(114,105,45); }
H1.HeaderClassName
{
color: #72692D;
}
.AnyTagClassName
{
color: #72692D;
}
</style>
background-color css
<style>
a { background-color: #72692D; }
a { background-color: rgb(114,105,45); }
div.DivClassName
{
background-color: #72692D;
}
.BgClassName
{
background-color: #72692D;
}
</style>
border-color css
<style>
span { border-color: #72692D; }
span { border-color: rgb(114,105,45); }
td.TdClassName
{
border-color: #72692D;
}
.TagClassName
{
border-color: #72692D;
}
</style>