Shades of Crete #726A2D
Tints of Crete #726A2D
RGB
CMYK
RGB Variations
Color information
#726A2D (or 0x726A2D) is known color: Crete. HEX triplet: 72, 6A and 2D. RGB value is (114,106,45). Sum of RGB (Red+Green+Blue) = 114+106+45=265 (35% of max value = 765). Red value is 114 (44.92% from 255 or 43.02% from 265); Green value is 106 (41.80% from 255 or 40% from 265); Blue value is 45 (17.97% from 255 or 16.98% from 265); Max value from RGB is 114 - color contains mainly: red. Hex color #726A2D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726A2D is #8D95D2. Grayscale: #656565. Windows color (decimal): -9278931 or 2976370. OLE color: 2976370.
HSL color Cylindrical-coordinate representation of color #726A2D: hue angle of 53.04º 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 #726A2D is Cyan = 0, Magento = 0.07, Yellow = 0.61 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 106 | 45 | - |
| CMYK | 0 | 0.07 | 0.61 | 0.55 |
| HSL | 53.04º | 0.43% | 0.31% | - |
| HSV(B) | 53.04º | 0.61% | 0.45% | - |
| XYZ | 12.57 | 14.07 | 4.54 | - |
| YUV | 101.44 | 96.15 | 136.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 106 | 45 | 0 | 0.07 | 0.61 | 0.55 | 53.04 | 0.43 | 0.31 |
| Hex | 72 | 6A | 2D | 0 | 7 | 3D | 37 | 35 | 2B | 1F |
| Octal | 162 | 152 | 55 | 0 | 7 | 75 | 67 | 65 | 53 | 37 |
| Binary | 1110010 | 1101010 | 101101 | 0 | 111 | 111101 | 110111 | 110101 | 101011 | 11111 |
Color Harmonies of #726A2D
Complementary color
Monochromatic Colors of #726A2D
Black with #726A2D
Text Example
Text Example
White with #726A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726A2D; }
p { color: rgb(114,106,45); }
H1.HeaderClassName
{
color: #726A2D;
}
.AnyTagClassName
{
color: #726A2D;
}
</style>
background-color css
<style>
a { background-color: #726A2D; }
a { background-color: rgb(114,106,45); }
div.DivClassName
{
background-color: #726A2D;
}
.BgClassName
{
background-color: #726A2D;
}
</style>
border-color css
<style>
span { border-color: #726A2D; }
span { border-color: rgb(114,106,45); }
td.TdClassName
{
border-color: #726A2D;
}
.TagClassName
{
border-color: #726A2D;
}
</style>