Shades of Kokoda #75744D
Tints of Kokoda #75744D
RGB
CMYK
RGB Variations
Color information
#75744D (or 0x75744D) is known color: Kokoda. HEX triplet: 75, 74 and 4D. RGB value is (117,116,77). Sum of RGB (Red+Green+Blue) = 117+116+77=310 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.74% from 310); Green value is 116 (45.70% from 255 or 37.42% from 310); Blue value is 77 (30.47% from 255 or 24.84% from 310); Max value from RGB is 117 - color contains mainly: red. Hex color #75744D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75744D is #8A8BB2. Grayscale: #707070. Windows color (decimal): -9079731 or 5076085. OLE color: 5076085.
HSL color Cylindrical-coordinate representation of color #75744D: hue angle of 58.5º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #75744D is Cyan = 0, Magento = 0.01, Yellow = 0.34 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 116 | 77 | - |
| CMYK | 0 | 0.01 | 0.34 | 0.54 |
| HSL | 58.5º | 0.21% | 0.38% | - |
| HSV(B) | 58.5º | 0.34% | 0.46% | - |
| XYZ | 14.92 | 16.81 | 9.48 | - |
| YUV | 111.85 | 108.33 | 131.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 116 | 77 | 0 | 0.01 | 0.34 | 0.54 | 58.5 | 0.21 | 0.38 |
| Hex | 75 | 74 | 4D | 0 | 1 | 22 | 36 | 3A | 15 | 26 |
| Octal | 165 | 164 | 115 | 0 | 1 | 42 | 66 | 72 | 25 | 46 |
| Binary | 1110101 | 1110100 | 1001101 | 0 | 1 | 100010 | 110110 | 111010 | 10101 | 100110 |
Color Harmonies of #75744D
Complementary color
Monochromatic Colors of #75744D
Black with #75744D
Text Example
Text Example
White with #75744D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75744D; }
p { color: rgb(117,116,77); }
H1.HeaderClassName
{
color: #75744D;
}
.AnyTagClassName
{
color: #75744D;
}
</style>
background-color css
<style>
a { background-color: #75744D; }
a { background-color: rgb(117,116,77); }
div.DivClassName
{
background-color: #75744D;
}
.BgClassName
{
background-color: #75744D;
}
</style>
border-color css
<style>
span { border-color: #75744D; }
span { border-color: rgb(117,116,77); }
td.TdClassName
{
border-color: #75744D;
}
.TagClassName
{
border-color: #75744D;
}
</style>