Shades of Kokoda #747255
Tints of Kokoda #747255
RGB
CMYK
RGB Variations
Color information
#747255 (or 0x747255) is known color: Kokoda. HEX triplet: 74, 72 and 55. RGB value is (116,114,85). Sum of RGB (Red+Green+Blue) = 116+114+85=315 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.83% from 315); Green value is 114 (44.92% from 255 or 36.19% from 315); Blue value is 85 (33.59% from 255 or 26.98% from 315); Max value from RGB is 116 - color contains mainly: red. Hex color #747255 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747255 is #8B8DAA. Grayscale: #6F6F6F. Windows color (decimal): -9145771 or 5599860. OLE color: 5599860.
HSL color Cylindrical-coordinate representation of color #747255: hue angle of 56.13º 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 #747255 is Cyan = 0, Magento = 0.02, Yellow = 0.27 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 114 | 85 | - |
| CMYK | 0 | 0.02 | 0.27 | 0.55 |
| HSL | 56.13º | 0.15% | 0.39% | - |
| HSV(B) | 56.13º | 0.27% | 0.45% | - |
| XYZ | 14.86 | 16.4 | 10.98 | - |
| YUV | 111.29 | 113.16 | 131.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 114 | 85 | 0 | 0.02 | 0.27 | 0.55 | 56.13 | 0.15 | 0.39 |
| Hex | 74 | 72 | 55 | 0 | 2 | 1B | 37 | 38 | F | 27 |
| Octal | 164 | 162 | 125 | 0 | 2 | 33 | 67 | 70 | 17 | 47 |
| Binary | 1110100 | 1110010 | 1010101 | 0 | 10 | 11011 | 110111 | 111000 | 1111 | 100111 |
Color Harmonies of #747255
Complementary color
Monochromatic Colors of #747255
Black with #747255
Text Example
Text Example
White with #747255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747255; }
p { color: rgb(116,114,85); }
H1.HeaderClassName
{
color: #747255;
}
.AnyTagClassName
{
color: #747255;
}
</style>
background-color css
<style>
a { background-color: #747255; }
a { background-color: rgb(116,114,85); }
div.DivClassName
{
background-color: #747255;
}
.BgClassName
{
background-color: #747255;
}
</style>
border-color css
<style>
span { border-color: #747255; }
span { border-color: rgb(116,114,85); }
td.TdClassName
{
border-color: #747255;
}
.TagClassName
{
border-color: #747255;
}
</style>