Shades of Crete #726F3A
Tints of Crete #726F3A
RGB
CMYK
RGB Variations
Color information
#726F3A (or 0x726F3A) is known color: Crete. HEX triplet: 72, 6F and 3A. RGB value is (114,111,58). Sum of RGB (Red+Green+Blue) = 114+111+58=283 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.28% from 283); Green value is 111 (43.75% from 255 or 39.22% from 283); Blue value is 58 (23.05% from 255 or 20.49% from 283); Max value from RGB is 114 - color contains mainly: red. Hex color #726F3A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726F3A is #8D90C5. Grayscale: #6A6A6A. Windows color (decimal): -9277638 or 3829618. OLE color: 3829618.
HSL color Cylindrical-coordinate representation of color #726F3A: hue angle of 56.79º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #726F3A is Cyan = 0, Magento = 0.03, Yellow = 0.49 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 111 | 58 | - |
| CMYK | 0 | 0.03 | 0.49 | 0.55 |
| HSL | 56.79º | 0.33% | 0.34% | - |
| HSV(B) | 56.79º | 0.49% | 0.45% | - |
| XYZ | 13.39 | 15.25 | 6.24 | - |
| YUV | 105.86 | 100.99 | 133.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 111 | 58 | 0 | 0.03 | 0.49 | 0.55 | 56.79 | 0.33 | 0.34 |
| Hex | 72 | 6F | 3A | 0 | 3 | 31 | 37 | 39 | 21 | 22 |
| Octal | 162 | 157 | 72 | 0 | 3 | 61 | 67 | 71 | 41 | 42 |
| Binary | 1110010 | 1101111 | 111010 | 0 | 11 | 110001 | 110111 | 111001 | 100001 | 100010 |
Color Harmonies of #726F3A
Complementary color
Monochromatic Colors of #726F3A
Black with #726F3A
Text Example
Text Example
White with #726F3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726F3A; }
p { color: rgb(114,111,58); }
H1.HeaderClassName
{
color: #726F3A;
}
.AnyTagClassName
{
color: #726F3A;
}
</style>
background-color css
<style>
a { background-color: #726F3A; }
a { background-color: rgb(114,111,58); }
div.DivClassName
{
background-color: #726F3A;
}
.BgClassName
{
background-color: #726F3A;
}
</style>
border-color css
<style>
span { border-color: #726F3A; }
span { border-color: rgb(114,111,58); }
td.TdClassName
{
border-color: #726F3A;
}
.TagClassName
{
border-color: #726F3A;
}
</style>