Shades of Kokoda #73715A
Tints of Kokoda #73715A
RGB
CMYK
RGB Variations
Color information
#73715A (or 0x73715A) is known color: Kokoda. HEX triplet: 73, 71 and 5A. RGB value is (115,113,90). Sum of RGB (Red+Green+Blue) = 115+113+90=318 (42% of max value = 765). Red value is 115 (45.31% from 255 or 36.16% from 318); Green value is 113 (44.53% from 255 or 35.53% from 318); Blue value is 90 (35.55% from 255 or 28.30% from 318); Max value from RGB is 115 - color contains mainly: red. Hex color #73715A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73715A is #8C8EA5. Grayscale: #6F6F6F. Windows color (decimal): -9211558 or 5927283. OLE color: 5927283.
HSL color Cylindrical-coordinate representation of color #73715A: hue angle of 55.2º degrees, saturation: 0.12, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #73715A is Cyan = 0, Magento = 0.02, Yellow = 0.22 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 113 | 90 | - |
| CMYK | 0 | 0.02 | 0.22 | 0.55 |
| HSL | 55.2º | 0.12% | 0.4% | - |
| HSV(B) | 55.2º | 0.22% | 0.45% | - |
| XYZ | 14.82 | 16.19 | 12.02 | - |
| YUV | 110.98 | 116.16 | 130.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 113 | 90 | 0 | 0.02 | 0.22 | 0.55 | 55.2 | 0.12 | 0.4 |
| Hex | 73 | 71 | 5A | 0 | 2 | 16 | 37 | 37 | C | 28 |
| Octal | 163 | 161 | 132 | 0 | 2 | 26 | 67 | 67 | 14 | 50 |
| Binary | 1110011 | 1110001 | 1011010 | 0 | 10 | 10110 | 110111 | 110111 | 1100 | 101000 |
Color Harmonies of #73715A
Complementary color
Monochromatic Colors of #73715A
Black with #73715A
Text Example
Text Example
White with #73715A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73715A; }
p { color: rgb(115,113,90); }
H1.HeaderClassName
{
color: #73715A;
}
.AnyTagClassName
{
color: #73715A;
}
</style>
background-color css
<style>
a { background-color: #73715A; }
a { background-color: rgb(115,113,90); }
div.DivClassName
{
background-color: #73715A;
}
.BgClassName
{
background-color: #73715A;
}
</style>
border-color css
<style>
span { border-color: #73715A; }
span { border-color: rgb(115,113,90); }
td.TdClassName
{
border-color: #73715A;
}
.TagClassName
{
border-color: #73715A;
}
</style>