Shades of Kokoda #757354
Tints of Kokoda #757354
RGB
CMYK
RGB Variations
Color information
#757354 (or 0x757354) is known color: Kokoda. HEX triplet: 75, 73 and 54. RGB value is (117,115,84). Sum of RGB (Red+Green+Blue) = 117+115+84=316 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.03% from 316); Green value is 115 (45.31% from 255 or 36.39% from 316); Blue value is 84 (33.20% from 255 or 26.58% from 316); Max value from RGB is 117 - color contains mainly: red. Hex color #757354 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757354 is #8A8CAB. Grayscale: #707070. Windows color (decimal): -9079980 or 5534581. OLE color: 5534581.
HSL color Cylindrical-coordinate representation of color #757354: hue angle of 56.36º degrees, saturation: 0.16, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #757354 is Cyan = 0, Magento = 0.02, Yellow = 0.28 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 115 | 84 | - |
| CMYK | 0 | 0.02 | 0.28 | 0.54 |
| HSL | 56.36º | 0.16% | 0.39% | - |
| HSV(B) | 56.36º | 0.28% | 0.46% | - |
| XYZ | 15.07 | 16.68 | 10.81 | - |
| YUV | 112.06 | 112.16 | 131.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 115 | 84 | 0 | 0.02 | 0.28 | 0.54 | 56.36 | 0.16 | 0.39 |
| Hex | 75 | 73 | 54 | 0 | 2 | 1C | 36 | 38 | 10 | 27 |
| Octal | 165 | 163 | 124 | 0 | 2 | 34 | 66 | 70 | 20 | 47 |
| Binary | 1110101 | 1110011 | 1010100 | 0 | 10 | 11100 | 110110 | 111000 | 10000 | 100111 |
Color Harmonies of #757354
Complementary color
Monochromatic Colors of #757354
Black with #757354
Text Example
Text Example
White with #757354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757354; }
p { color: rgb(117,115,84); }
H1.HeaderClassName
{
color: #757354;
}
.AnyTagClassName
{
color: #757354;
}
</style>
background-color css
<style>
a { background-color: #757354; }
a { background-color: rgb(117,115,84); }
div.DivClassName
{
background-color: #757354;
}
.BgClassName
{
background-color: #757354;
}
</style>
border-color css
<style>
span { border-color: #757354; }
span { border-color: rgb(117,115,84); }
td.TdClassName
{
border-color: #757354;
}
.TagClassName
{
border-color: #757354;
}
</style>