Shades of Crete #726C38
Tints of Crete #726C38
RGB
CMYK
RGB Variations
Color information
#726C38 (or 0x726C38) is known color: Crete. HEX triplet: 72, 6C and 38. RGB value is (114,108,56). Sum of RGB (Red+Green+Blue) = 114+108+56=278 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.01% from 278); Green value is 108 (42.58% from 255 or 38.85% from 278); Blue value is 56 (22.27% from 255 or 20.14% from 278); Max value from RGB is 114 - color contains mainly: red. Hex color #726C38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726C38 is #8D93C7. Grayscale: #686868. Windows color (decimal): -9278408 or 3697778. OLE color: 3697778.
HSL color Cylindrical-coordinate representation of color #726C38: hue angle of 53.79º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #726C38 is Cyan = 0, Magento = 0.05, Yellow = 0.51 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 108 | 56 | - |
| CMYK | 0 | 0.05 | 0.51 | 0.55 |
| HSL | 53.79º | 0.34% | 0.33% | - |
| HSV(B) | 53.79º | 0.51% | 0.45% | - |
| XYZ | 13.02 | 14.59 | 5.87 | - |
| YUV | 103.87 | 100.99 | 135.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 108 | 56 | 0 | 0.05 | 0.51 | 0.55 | 53.79 | 0.34 | 0.33 |
| Hex | 72 | 6C | 38 | 0 | 5 | 33 | 37 | 36 | 22 | 21 |
| Octal | 162 | 154 | 70 | 0 | 5 | 63 | 67 | 66 | 42 | 41 |
| Binary | 1110010 | 1101100 | 111000 | 0 | 101 | 110011 | 110111 | 110110 | 100010 | 100001 |
Color Harmonies of #726C38
Complementary color
Monochromatic Colors of #726C38
Black with #726C38
Text Example
Text Example
White with #726C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726C38; }
p { color: rgb(114,108,56); }
H1.HeaderClassName
{
color: #726C38;
}
.AnyTagClassName
{
color: #726C38;
}
</style>
background-color css
<style>
a { background-color: #726C38; }
a { background-color: rgb(114,108,56); }
div.DivClassName
{
background-color: #726C38;
}
.BgClassName
{
background-color: #726C38;
}
</style>
border-color css
<style>
span { border-color: #726C38; }
span { border-color: rgb(114,108,56); }
td.TdClassName
{
border-color: #726C38;
}
.TagClassName
{
border-color: #726C38;
}
</style>