Shades of Kokoda #73725A
Tints of Kokoda #73725A
RGB
CMYK
RGB Variations
Color information
#73725A (or 0x73725A) is known color: Kokoda. HEX triplet: 73, 72 and 5A. RGB value is (115,114,90). Sum of RGB (Red+Green+Blue) = 115+114+90=319 (42% of max value = 765). Red value is 115 (45.31% from 255 or 36.05% from 319); Green value is 114 (44.92% from 255 or 35.74% from 319); Blue value is 90 (35.55% from 255 or 28.21% from 319); Max value from RGB is 115 - color contains mainly: red. Hex color #73725A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73725A is #8C8DA5. Grayscale: #6F6F6F. Windows color (decimal): -9211302 or 5927539. OLE color: 5927539.
HSL color Cylindrical-coordinate representation of color #73725A: hue angle of 57.6º 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 #73725A is Cyan = 0, Magento = 0.01, Yellow = 0.22 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 114 | 90 | - |
| CMYK | 0 | 0.01 | 0.22 | 0.55 |
| HSL | 57.6º | 0.12% | 0.4% | - |
| HSV(B) | 57.6º | 0.22% | 0.45% | - |
| XYZ | 14.93 | 16.42 | 12.05 | - |
| YUV | 111.56 | 115.83 | 130.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 114 | 90 | 0 | 0.01 | 0.22 | 0.55 | 57.6 | 0.12 | 0.4 |
| Hex | 73 | 72 | 5A | 0 | 1 | 16 | 37 | 3A | C | 28 |
| Octal | 163 | 162 | 132 | 0 | 1 | 26 | 67 | 72 | 14 | 50 |
| Binary | 1110011 | 1110010 | 1011010 | 0 | 1 | 10110 | 110111 | 111010 | 1100 | 101000 |
Color Harmonies of #73725A
Complementary color
Monochromatic Colors of #73725A
Black with #73725A
Text Example
Text Example
White with #73725A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73725A; }
p { color: rgb(115,114,90); }
H1.HeaderClassName
{
color: #73725A;
}
.AnyTagClassName
{
color: #73725A;
}
</style>
background-color css
<style>
a { background-color: #73725A; }
a { background-color: rgb(115,114,90); }
div.DivClassName
{
background-color: #73725A;
}
.BgClassName
{
background-color: #73725A;
}
</style>
border-color css
<style>
span { border-color: #73725A; }
span { border-color: rgb(115,114,90); }
td.TdClassName
{
border-color: #73725A;
}
.TagClassName
{
border-color: #73725A;
}
</style>