Shades of Kokoda #757250
Tints of Kokoda #757250
RGB
CMYK
RGB Variations
Color information
#757250 (or 0x757250) is known color: Kokoda. HEX triplet: 75, 72 and 50. RGB value is (117,114,80). Sum of RGB (Red+Green+Blue) = 117+114+80=311 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.62% from 311); Green value is 114 (44.92% from 255 or 36.66% from 311); Blue value is 80 (31.64% from 255 or 25.72% from 311); Max value from RGB is 117 - color contains mainly: red. Hex color #757250 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757250 is #8A8DAF. Grayscale: #6F6F6F. Windows color (decimal): -9080240 or 5272181. OLE color: 5272181.
HSL color Cylindrical-coordinate representation of color #757250: hue angle of 55.14º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #757250 is Cyan = 0, Magento = 0.03, Yellow = 0.32 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 114 | 80 | - |
| CMYK | 0 | 0.03 | 0.32 | 0.54 |
| HSL | 55.14º | 0.19% | 0.39% | - |
| HSV(B) | 55.14º | 0.32% | 0.46% | - |
| XYZ | 14.8 | 16.4 | 9.97 | - |
| YUV | 111.02 | 110.49 | 132.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 114 | 80 | 0 | 0.03 | 0.32 | 0.54 | 55.14 | 0.19 | 0.39 |
| Hex | 75 | 72 | 50 | 0 | 3 | 20 | 36 | 37 | 13 | 27 |
| Octal | 165 | 162 | 120 | 0 | 3 | 40 | 66 | 67 | 23 | 47 |
| Binary | 1110101 | 1110010 | 1010000 | 0 | 11 | 100000 | 110110 | 110111 | 10011 | 100111 |
Color Harmonies of #757250
Complementary color
Monochromatic Colors of #757250
Black with #757250
Text Example
Text Example
White with #757250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757250; }
p { color: rgb(117,114,80); }
H1.HeaderClassName
{
color: #757250;
}
.AnyTagClassName
{
color: #757250;
}
</style>
background-color css
<style>
a { background-color: #757250; }
a { background-color: rgb(117,114,80); }
div.DivClassName
{
background-color: #757250;
}
.BgClassName
{
background-color: #757250;
}
</style>
border-color css
<style>
span { border-color: #757250; }
span { border-color: rgb(117,114,80); }
td.TdClassName
{
border-color: #757250;
}
.TagClassName
{
border-color: #757250;
}
</style>