Shades of Kokoda #757358
Tints of Kokoda #757358
RGB
CMYK
RGB Variations
Color information
#757358 (or 0x757358) is known color: Kokoda. HEX triplet: 75, 73 and 58. RGB value is (117,115,88). Sum of RGB (Red+Green+Blue) = 117+115+88=320 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.56% from 320); Green value is 115 (45.31% from 255 or 35.94% from 320); Blue value is 88 (34.77% from 255 or 27.5% from 320); Max value from RGB is 117 - color contains mainly: red. Hex color #757358 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757358 is #8A8CA7. Grayscale: #707070. Windows color (decimal): -9079976 or 5796725. OLE color: 5796725.
HSL color Cylindrical-coordinate representation of color #757358: hue angle of 55.86º degrees, saturation: 0.14, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #757358 is Cyan = 0, Magento = 0.02, Yellow = 0.25 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 115 | 88 | - |
| CMYK | 0 | 0.02 | 0.25 | 0.54 |
| HSL | 55.86º | 0.14% | 0.4% | - |
| HSV(B) | 55.86º | 0.25% | 0.46% | - |
| XYZ | 15.23 | 16.75 | 11.66 | - |
| YUV | 112.52 | 114.16 | 131.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 115 | 88 | 0 | 0.02 | 0.25 | 0.54 | 55.86 | 0.14 | 0.4 |
| Hex | 75 | 73 | 58 | 0 | 2 | 19 | 36 | 38 | E | 28 |
| Octal | 165 | 163 | 130 | 0 | 2 | 31 | 66 | 70 | 16 | 50 |
| Binary | 1110101 | 1110011 | 1011000 | 0 | 10 | 11001 | 110110 | 111000 | 1110 | 101000 |
Color Harmonies of #757358
Complementary color
Monochromatic Colors of #757358
Black with #757358
Text Example
Text Example
White with #757358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757358; }
p { color: rgb(117,115,88); }
H1.HeaderClassName
{
color: #757358;
}
.AnyTagClassName
{
color: #757358;
}
</style>
background-color css
<style>
a { background-color: #757358; }
a { background-color: rgb(117,115,88); }
div.DivClassName
{
background-color: #757358;
}
.BgClassName
{
background-color: #757358;
}
</style>
border-color css
<style>
span { border-color: #757358; }
span { border-color: rgb(117,115,88); }
td.TdClassName
{
border-color: #757358;
}
.TagClassName
{
border-color: #757358;
}
</style>