Shades of Kokoda #72715A
Tints of Kokoda #72715A
RGB
CMYK
RGB Variations
Color information
#72715A (or 0x72715A) is known color: Kokoda. HEX triplet: 72, 71 and 5A. RGB value is (114,113,90). Sum of RGB (Red+Green+Blue) = 114+113+90=317 (41% of max value = 765). Red value is 114 (44.92% from 255 or 35.96% from 317); Green value is 113 (44.53% from 255 or 35.65% from 317); Blue value is 90 (35.55% from 255 or 28.39% from 317); Max value from RGB is 114 - color contains mainly: red. Hex color #72715A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72715A is #8D8EA5. Grayscale: #6E6E6E. Windows color (decimal): -9277094 or 5927282. OLE color: 5927282.
HSL color Cylindrical-coordinate representation of color #72715A: hue angle of 57.5º degrees, saturation: 0.12, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #72715A is Cyan = 0, Magento = 0.01, Yellow = 0.21 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 113 | 90 | - |
| CMYK | 0 | 0.01 | 0.21 | 0.55 |
| HSL | 57.5º | 0.12% | 0.4% | - |
| HSV(B) | 57.5º | 0.21% | 0.45% | - |
| XYZ | 14.69 | 16.13 | 12.01 | - |
| YUV | 110.68 | 116.33 | 130.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 113 | 90 | 0 | 0.01 | 0.21 | 0.55 | 57.5 | 0.12 | 0.4 |
| Hex | 72 | 71 | 5A | 0 | 1 | 15 | 37 | 3A | C | 28 |
| Octal | 162 | 161 | 132 | 0 | 1 | 25 | 67 | 72 | 14 | 50 |
| Binary | 1110010 | 1110001 | 1011010 | 0 | 1 | 10101 | 110111 | 111010 | 1100 | 101000 |
Color Harmonies of #72715A
Complementary color
Monochromatic Colors of #72715A
Black with #72715A
Text Example
Text Example
White with #72715A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72715A; }
p { color: rgb(114,113,90); }
H1.HeaderClassName
{
color: #72715A;
}
.AnyTagClassName
{
color: #72715A;
}
</style>
background-color css
<style>
a { background-color: #72715A; }
a { background-color: rgb(114,113,90); }
div.DivClassName
{
background-color: #72715A;
}
.BgClassName
{
background-color: #72715A;
}
</style>
border-color css
<style>
span { border-color: #72715A; }
span { border-color: rgb(114,113,90); }
td.TdClassName
{
border-color: #72715A;
}
.TagClassName
{
border-color: #72715A;
}
</style>