Shades of Kokoda #747354
Tints of Kokoda #747354
RGB
CMYK
RGB Variations
Color information
#747354 (or 0x747354) is known color: Kokoda. HEX triplet: 74, 73 and 54. RGB value is (116,115,84). Sum of RGB (Red+Green+Blue) = 116+115+84=315 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.83% from 315); Green value is 115 (45.31% from 255 or 36.51% from 315); Blue value is 84 (33.20% from 255 or 26.67% from 315); Max value from RGB is 116 - color contains mainly: red. Hex color #747354 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747354 is #8B8CAB. Grayscale: #6F6F6F. Windows color (decimal): -9145516 or 5534580. OLE color: 5534580.
HSL color Cylindrical-coordinate representation of color #747354: hue angle of 58.12º degrees, saturation: 0.16, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #747354 is Cyan = 0, Magento = 0.01, Yellow = 0.28 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 115 | 84 | - |
| CMYK | 0 | 0.01 | 0.28 | 0.55 |
| HSL | 58.13º | 0.16% | 0.39% | - |
| HSV(B) | 58.13º | 0.28% | 0.45% | - |
| XYZ | 14.93 | 16.61 | 10.81 | - |
| YUV | 111.77 | 112.33 | 131.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 115 | 84 | 0 | 0.01 | 0.28 | 0.55 | 58.13 | 0.16 | 0.39 |
| Hex | 74 | 73 | 54 | 0 | 1 | 1C | 37 | 3A | 10 | 27 |
| Octal | 164 | 163 | 124 | 0 | 1 | 34 | 67 | 72 | 20 | 47 |
| Binary | 1110100 | 1110011 | 1010100 | 0 | 1 | 11100 | 110111 | 111010 | 10000 | 100111 |
Color Harmonies of #747354
Complementary color
Monochromatic Colors of #747354
Black with #747354
Text Example
Text Example
White with #747354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747354; }
p { color: rgb(116,115,84); }
H1.HeaderClassName
{
color: #747354;
}
.AnyTagClassName
{
color: #747354;
}
</style>
background-color css
<style>
a { background-color: #747354; }
a { background-color: rgb(116,115,84); }
div.DivClassName
{
background-color: #747354;
}
.BgClassName
{
background-color: #747354;
}
</style>
border-color css
<style>
span { border-color: #747354; }
span { border-color: rgb(116,115,84); }
td.TdClassName
{
border-color: #747354;
}
.TagClassName
{
border-color: #747354;
}
</style>