Shades of Kokoda #73725B
Tints of Kokoda #73725B
RGB
CMYK
RGB Variations
Color information
#73725B (or 0x73725B) is known color: Kokoda. HEX triplet: 73, 72 and 5B. RGB value is (115,114,91). Sum of RGB (Red+Green+Blue) = 115+114+91=320 (42% of max value = 765). Red value is 115 (45.31% from 255 or 35.94% from 320); Green value is 114 (44.92% from 255 or 35.62% from 320); Blue value is 91 (35.94% from 255 or 28.44% from 320); Max value from RGB is 115 - color contains mainly: red. Hex color #73725B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73725B is #8C8DA4. Grayscale: #6F6F6F. Windows color (decimal): -9211301 or 5993075. OLE color: 5993075.
HSL color Cylindrical-coordinate representation of color #73725B: 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 #73725B is Cyan = 0, Magento = 0.01, Yellow = 0.21 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 114 | 91 | - |
| 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.98 | 16.43 | 12.28 | - |
| YUV | 111.68 | 116.33 | 130.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 114 | 91 | 0 | 0.01 | 0.21 | 0.55 | 57.5 | 0.12 | 0.4 |
| Hex | 73 | 72 | 5B | 0 | 1 | 15 | 37 | 3A | C | 28 |
| Octal | 163 | 162 | 133 | 0 | 1 | 25 | 67 | 72 | 14 | 50 |
| Binary | 1110011 | 1110010 | 1011011 | 0 | 1 | 10101 | 110111 | 111010 | 1100 | 101000 |
Color Harmonies of #73725B
Complementary color
Monochromatic Colors of #73725B
Black with #73725B
Text Example
Text Example
White with #73725B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73725B; }
p { color: rgb(115,114,91); }
H1.HeaderClassName
{
color: #73725B;
}
.AnyTagClassName
{
color: #73725B;
}
</style>
background-color css
<style>
a { background-color: #73725B; }
a { background-color: rgb(115,114,91); }
div.DivClassName
{
background-color: #73725B;
}
.BgClassName
{
background-color: #73725B;
}
</style>
border-color css
<style>
span { border-color: #73725B; }
span { border-color: rgb(115,114,91); }
td.TdClassName
{
border-color: #73725B;
}
.TagClassName
{
border-color: #73725B;
}
</style>