Shades of Crete #726B2D
Tints of Crete #726B2D
RGB
CMYK
RGB Variations
Color information
#726B2D (or 0x726B2D) is known color: Crete. HEX triplet: 72, 6B and 2D. RGB value is (114,107,45). Sum of RGB (Red+Green+Blue) = 114+107+45=266 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.86% from 266); Green value is 107 (42.19% from 255 or 40.23% from 266); Blue value is 45 (17.97% from 255 or 16.92% from 266); Max value from RGB is 114 - color contains mainly: red. Hex color #726B2D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726B2D is #8D94D2. Grayscale: #666666. Windows color (decimal): -9278675 or 2976626. OLE color: 2976626.
HSL color Cylindrical-coordinate representation of color #726B2D: hue angle of 53.91º 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 #726B2D is Cyan = 0, Magento = 0.06, Yellow = 0.61 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 107 | 45 | - |
| CMYK | 0 | 0.06 | 0.61 | 0.55 |
| HSL | 53.91º | 0.43% | 0.31% | - |
| HSV(B) | 53.91º | 0.61% | 0.45% | - |
| XYZ | 12.67 | 14.28 | 4.57 | - |
| YUV | 102.03 | 95.82 | 136.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 107 | 45 | 0 | 0.06 | 0.61 | 0.55 | 53.91 | 0.43 | 0.31 |
| Hex | 72 | 6B | 2D | 0 | 6 | 3D | 37 | 36 | 2B | 1F |
| Octal | 162 | 153 | 55 | 0 | 6 | 75 | 67 | 66 | 53 | 37 |
| Binary | 1110010 | 1101011 | 101101 | 0 | 110 | 111101 | 110111 | 110110 | 101011 | 11111 |
Color Harmonies of #726B2D
Complementary color
Monochromatic Colors of #726B2D
Black with #726B2D
Text Example
Text Example
White with #726B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726B2D; }
p { color: rgb(114,107,45); }
H1.HeaderClassName
{
color: #726B2D;
}
.AnyTagClassName
{
color: #726B2D;
}
</style>
background-color css
<style>
a { background-color: #726B2D; }
a { background-color: rgb(114,107,45); }
div.DivClassName
{
background-color: #726B2D;
}
.BgClassName
{
background-color: #726B2D;
}
</style>
border-color css
<style>
span { border-color: #726B2D; }
span { border-color: rgb(114,107,45); }
td.TdClassName
{
border-color: #726B2D;
}
.TagClassName
{
border-color: #726B2D;
}
</style>