Shades of Crocodile #72694F
Tints of Crocodile #72694F
RGB
CMYK
RGB Variations
Color information
#72694F (or 0x72694F) is known color: Crocodile. HEX triplet: 72, 69 and 4F. RGB value is (114,105,79). Sum of RGB (Red+Green+Blue) = 114+105+79=298 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.26% from 298); Green value is 105 (41.41% from 255 or 35.23% from 298); Blue value is 79 (31.25% from 255 or 26.51% from 298); Max value from RGB is 114 - color contains mainly: red. Hex color #72694F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72694F is #8D96B0. Grayscale: #686868. Windows color (decimal): -9279153 or 5204338. OLE color: 5204338.
HSL color Cylindrical-coordinate representation of color #72694F: hue angle of 44.57º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #72694F is Cyan = 0, Magento = 0.08, Yellow = 0.31 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 105 | 79 | - |
| CMYK | 0 | 0.08 | 0.31 | 0.55 |
| HSL | 44.57º | 0.18% | 0.38% | - |
| HSV(B) | 44.57º | 0.31% | 0.45% | - |
| XYZ | 13.4 | 14.25 | 9.44 | - |
| YUV | 104.73 | 113.48 | 134.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 105 | 79 | 0 | 0.08 | 0.31 | 0.55 | 44.57 | 0.18 | 0.38 |
| Hex | 72 | 69 | 4F | 0 | 8 | 1F | 37 | 2D | 12 | 26 |
| Octal | 162 | 151 | 117 | 0 | 10 | 37 | 67 | 55 | 22 | 46 |
| Binary | 1110010 | 1101001 | 1001111 | 0 | 1000 | 11111 | 110111 | 101101 | 10010 | 100110 |
Color Harmonies of #72694F
Complementary color
Monochromatic Colors of #72694F
Black with #72694F
Text Example
Text Example
White with #72694F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72694F; }
p { color: rgb(114,105,79); }
H1.HeaderClassName
{
color: #72694F;
}
.AnyTagClassName
{
color: #72694F;
}
</style>
background-color css
<style>
a { background-color: #72694F; }
a { background-color: rgb(114,105,79); }
div.DivClassName
{
background-color: #72694F;
}
.BgClassName
{
background-color: #72694F;
}
</style>
border-color css
<style>
span { border-color: #72694F; }
span { border-color: rgb(114,105,79); }
td.TdClassName
{
border-color: #72694F;
}
.TagClassName
{
border-color: #72694F;
}
</style>