Shades of Crete #726F38
Tints of Crete #726F38
RGB
CMYK
RGB Variations
Color information
#726F38 (or 0x726F38) is known color: Crete. HEX triplet: 72, 6F and 38. RGB value is (114,111,56). Sum of RGB (Red+Green+Blue) = 114+111+56=281 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.57% from 281); Green value is 111 (43.75% from 255 or 39.50% from 281); Blue value is 56 (22.27% from 255 or 19.93% from 281); Max value from RGB is 114 - color contains mainly: red. Hex color #726F38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726F38 is #8D90C7. Grayscale: #696969. Windows color (decimal): -9277640 or 3698546. OLE color: 3698546.
HSL color Cylindrical-coordinate representation of color #726F38: hue angle of 56.9º 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 #726F38 is Cyan = 0, Magento = 0.03, Yellow = 0.51 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 111 | 56 | - |
| CMYK | 0 | 0.03 | 0.51 | 0.55 |
| HSL | 56.9º | 0.34% | 0.33% | - |
| HSV(B) | 56.9º | 0.51% | 0.45% | - |
| XYZ | 13.34 | 15.23 | 5.98 | - |
| YUV | 105.63 | 99.99 | 133.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 111 | 56 | 0 | 0.03 | 0.51 | 0.55 | 56.9 | 0.34 | 0.33 |
| Hex | 72 | 6F | 38 | 0 | 3 | 33 | 37 | 39 | 22 | 21 |
| Octal | 162 | 157 | 70 | 0 | 3 | 63 | 67 | 71 | 42 | 41 |
| Binary | 1110010 | 1101111 | 111000 | 0 | 11 | 110011 | 110111 | 111001 | 100010 | 100001 |
Color Harmonies of #726F38
Complementary color
Monochromatic Colors of #726F38
Black with #726F38
Text Example
Text Example
White with #726F38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726F38; }
p { color: rgb(114,111,56); }
H1.HeaderClassName
{
color: #726F38;
}
.AnyTagClassName
{
color: #726F38;
}
</style>
background-color css
<style>
a { background-color: #726F38; }
a { background-color: rgb(114,111,56); }
div.DivClassName
{
background-color: #726F38;
}
.BgClassName
{
background-color: #726F38;
}
</style>
border-color css
<style>
span { border-color: #726F38; }
span { border-color: rgb(114,111,56); }
td.TdClassName
{
border-color: #726F38;
}
.TagClassName
{
border-color: #726F38;
}
</style>