Shades of Kokoda #737256
Tints of Kokoda #737256
RGB
CMYK
RGB Variations
Color information
#737256 (or 0x737256) is known color: Kokoda. HEX triplet: 73, 72 and 56. RGB value is (115,114,86). Sum of RGB (Red+Green+Blue) = 115+114+86=315 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.51% from 315); Green value is 114 (44.92% from 255 or 36.19% from 315); Blue value is 86 (33.98% from 255 or 27.30% from 315); Max value from RGB is 115 - color contains mainly: red. Hex color #737256 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #737256 is #8C8DA9. Grayscale: #6F6F6F. Windows color (decimal): -9211306 or 5665395. OLE color: 5665395.
HSL color Cylindrical-coordinate representation of color #737256: hue angle of 57.93º degrees, saturation: 0.14, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #737256 is Cyan = 0, Magento = 0.01, Yellow = 0.25 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 114 | 86 | - |
| CMYK | 0 | 0.01 | 0.25 | 0.55 |
| HSL | 57.93º | 0.14% | 0.39% | - |
| HSV(B) | 57.93º | 0.25% | 0.45% | - |
| XYZ | 14.77 | 16.35 | 11.18 | - |
| YUV | 111.11 | 113.83 | 130.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 114 | 86 | 0 | 0.01 | 0.25 | 0.55 | 57.93 | 0.14 | 0.39 |
| Hex | 73 | 72 | 56 | 0 | 1 | 19 | 37 | 3A | E | 27 |
| Octal | 163 | 162 | 126 | 0 | 1 | 31 | 67 | 72 | 16 | 47 |
| Binary | 1110011 | 1110010 | 1010110 | 0 | 1 | 11001 | 110111 | 111010 | 1110 | 100111 |
Color Harmonies of #737256
Complementary color
Monochromatic Colors of #737256
Black with #737256
Text Example
Text Example
White with #737256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #737256; }
p { color: rgb(115,114,86); }
H1.HeaderClassName
{
color: #737256;
}
.AnyTagClassName
{
color: #737256;
}
</style>
background-color css
<style>
a { background-color: #737256; }
a { background-color: rgb(115,114,86); }
div.DivClassName
{
background-color: #737256;
}
.BgClassName
{
background-color: #737256;
}
</style>
border-color css
<style>
span { border-color: #737256; }
span { border-color: rgb(115,114,86); }
td.TdClassName
{
border-color: #737256;
}
.TagClassName
{
border-color: #737256;
}
</style>