Shades of Kokoda #747155
Tints of Kokoda #747155
RGB
CMYK
RGB Variations
Color information
#747155 (or 0x747155) is known color: Kokoda. HEX triplet: 74, 71 and 55. RGB value is (116,113,85). Sum of RGB (Red+Green+Blue) = 116+113+85=314 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.94% from 314); Green value is 113 (44.53% from 255 or 35.99% from 314); Blue value is 85 (33.59% from 255 or 27.07% from 314); Max value from RGB is 116 - color contains mainly: red. Hex color #747155 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747155 is #8B8EAA. Grayscale: #6E6E6E. Windows color (decimal): -9146027 or 5599604. OLE color: 5599604.
HSL color Cylindrical-coordinate representation of color #747155: hue angle of 54.19º degrees, saturation: 0.15, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #747155 is Cyan = 0, Magento = 0.03, Yellow = 0.27 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 113 | 85 | - |
| CMYK | 0 | 0.03 | 0.27 | 0.55 |
| HSL | 54.19º | 0.15% | 0.39% | - |
| HSV(B) | 54.19º | 0.27% | 0.45% | - |
| XYZ | 14.75 | 16.18 | 10.94 | - |
| YUV | 110.71 | 113.49 | 131.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 113 | 85 | 0 | 0.03 | 0.27 | 0.55 | 54.19 | 0.15 | 0.39 |
| Hex | 74 | 71 | 55 | 0 | 3 | 1B | 37 | 36 | F | 27 |
| Octal | 164 | 161 | 125 | 0 | 3 | 33 | 67 | 66 | 17 | 47 |
| Binary | 1110100 | 1110001 | 1010101 | 0 | 11 | 11011 | 110111 | 110110 | 1111 | 100111 |
Color Harmonies of #747155
Complementary color
Monochromatic Colors of #747155
Black with #747155
Text Example
Text Example
White with #747155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747155; }
p { color: rgb(116,113,85); }
H1.HeaderClassName
{
color: #747155;
}
.AnyTagClassName
{
color: #747155;
}
</style>
background-color css
<style>
a { background-color: #747155; }
a { background-color: rgb(116,113,85); }
div.DivClassName
{
background-color: #747155;
}
.BgClassName
{
background-color: #747155;
}
</style>
border-color css
<style>
span { border-color: #747155; }
span { border-color: rgb(116,113,85); }
td.TdClassName
{
border-color: #747155;
}
.TagClassName
{
border-color: #747155;
}
</style>