Shades of Kokoda #72715B
Tints of Kokoda #72715B
RGB
CMYK
RGB Variations
Color information
#72715B (or 0x72715B) is known color: Kokoda. HEX triplet: 72, 71 and 5B. RGB value is (114,113,91). Sum of RGB (Red+Green+Blue) = 114+113+91=318 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.85% from 318); Green value is 113 (44.53% from 255 or 35.53% from 318); Blue value is 91 (35.94% from 255 or 28.62% from 318); Max value from RGB is 114 - color contains mainly: red. Hex color #72715B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72715B is #8D8EA4. Grayscale: #6E6E6E. Windows color (decimal): -9277093 or 5992818. OLE color: 5992818.
HSL color Cylindrical-coordinate representation of color #72715B: hue angle of 57.39º degrees, saturation: 0.11, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #72715B is Cyan = 0, Magento = 0.01, Yellow = 0.20 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 113 | 91 | - |
| CMYK | 0 | 0.01 | 0.20 | 0.55 |
| HSL | 57.39º | 0.11% | 0.4% | - |
| HSV(B) | 57.39º | 0.2% | 0.45% | - |
| XYZ | 14.73 | 16.14 | 12.24 | - |
| YUV | 110.79 | 116.83 | 130.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 113 | 91 | 0 | 0.01 | 0.20 | 0.55 | 57.39 | 0.11 | 0.4 |
| Hex | 72 | 71 | 5B | 0 | 1 | 14 | 37 | 39 | B | 28 |
| Octal | 162 | 161 | 133 | 0 | 1 | 24 | 67 | 71 | 13 | 50 |
| Binary | 1110010 | 1110001 | 1011011 | 0 | 1 | 10100 | 110111 | 111001 | 1011 | 101000 |
Color Harmonies of #72715B
Complementary color
Monochromatic Colors of #72715B
Black with #72715B
Text Example
Text Example
White with #72715B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72715B; }
p { color: rgb(114,113,91); }
H1.HeaderClassName
{
color: #72715B;
}
.AnyTagClassName
{
color: #72715B;
}
</style>
background-color css
<style>
a { background-color: #72715B; }
a { background-color: rgb(114,113,91); }
div.DivClassName
{
background-color: #72715B;
}
.BgClassName
{
background-color: #72715B;
}
</style>
border-color css
<style>
span { border-color: #72715B; }
span { border-color: rgb(114,113,91); }
td.TdClassName
{
border-color: #72715B;
}
.TagClassName
{
border-color: #72715B;
}
</style>