Shades of Kokoda #747360
Tints of Kokoda #747360
RGB
CMYK
RGB Variations
Color information
#747360 (or 0x747360) is known color: Kokoda. HEX triplet: 74, 73 and 60. RGB value is (116,115,96). Sum of RGB (Red+Green+Blue) = 116+115+96=327 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.47% from 327); Green value is 115 (45.31% from 255 or 35.17% from 327); Blue value is 96 (37.89% from 255 or 29.36% from 327); Max value from RGB is 116 - color contains mainly: red. Hex color #747360 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747360 is #8B8C9F. Grayscale: #717171. Windows color (decimal): -9145504 or 6321012. OLE color: 6321012.
HSL color Cylindrical-coordinate representation of color #747360: hue angle of 57º degrees, saturation: 0.09, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #747360 is Cyan = 0, Magento = 0.01, Yellow = 0.17 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 115 | 96 | - |
| CMYK | 0 | 0.01 | 0.17 | 0.55 |
| HSL | 57º | 0.09% | 0.42% | - |
| HSV(B) | 57º | 0.17% | 0.45% | - |
| XYZ | 15.44 | 16.82 | 13.5 | - |
| YUV | 113.13 | 118.33 | 130.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 115 | 96 | 0 | 0.01 | 0.17 | 0.55 | 57 | 0.09 | 0.42 |
| Hex | 74 | 73 | 60 | 0 | 1 | 11 | 37 | 39 | 9 | 2A |
| Octal | 164 | 163 | 140 | 0 | 1 | 21 | 67 | 71 | 11 | 52 |
| Binary | 1110100 | 1110011 | 1100000 | 0 | 1 | 10001 | 110111 | 111001 | 1001 | 101010 |
Color Harmonies of #747360
Complementary color
Monochromatic Colors of #747360
Black with #747360
Text Example
Text Example
White with #747360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747360; }
p { color: rgb(116,115,96); }
H1.HeaderClassName
{
color: #747360;
}
.AnyTagClassName
{
color: #747360;
}
</style>
background-color css
<style>
a { background-color: #747360; }
a { background-color: rgb(116,115,96); }
div.DivClassName
{
background-color: #747360;
}
.BgClassName
{
background-color: #747360;
}
</style>
border-color css
<style>
span { border-color: #747360; }
span { border-color: rgb(116,115,96); }
td.TdClassName
{
border-color: #747360;
}
.TagClassName
{
border-color: #747360;
}
</style>