Shades of Kokoda #747351
Tints of Kokoda #747351
RGB
CMYK
RGB Variations
Color information
#747351 (or 0x747351) is known color: Kokoda. HEX triplet: 74, 73 and 51. RGB value is (116,115,81). Sum of RGB (Red+Green+Blue) = 116+115+81=312 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.18% from 312); Green value is 115 (45.31% from 255 or 36.86% from 312); Blue value is 81 (32.03% from 255 or 25.96% from 312); Max value from RGB is 116 - color contains mainly: red. Hex color #747351 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747351 is #8B8CAE. Grayscale: #6F6F6F. Windows color (decimal): -9145519 or 5337972. OLE color: 5337972.
HSL color Cylindrical-coordinate representation of color #747351: hue angle of 58.29º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #747351 is Cyan = 0, Magento = 0.01, Yellow = 0.30 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 115 | 81 | - |
| CMYK | 0 | 0.01 | 0.30 | 0.55 |
| HSL | 58.29º | 0.18% | 0.39% | - |
| HSV(B) | 58.29º | 0.3% | 0.45% | - |
| XYZ | 14.82 | 16.57 | 10.2 | - |
| YUV | 111.42 | 110.83 | 131.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 115 | 81 | 0 | 0.01 | 0.30 | 0.55 | 58.29 | 0.18 | 0.39 |
| Hex | 74 | 73 | 51 | 0 | 1 | 1E | 37 | 3A | 12 | 27 |
| Octal | 164 | 163 | 121 | 0 | 1 | 36 | 67 | 72 | 22 | 47 |
| Binary | 1110100 | 1110011 | 1010001 | 0 | 1 | 11110 | 110111 | 111010 | 10010 | 100111 |
Color Harmonies of #747351
Complementary color
Monochromatic Colors of #747351
Black with #747351
Text Example
Text Example
White with #747351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747351; }
p { color: rgb(116,115,81); }
H1.HeaderClassName
{
color: #747351;
}
.AnyTagClassName
{
color: #747351;
}
</style>
background-color css
<style>
a { background-color: #747351; }
a { background-color: rgb(116,115,81); }
div.DivClassName
{
background-color: #747351;
}
.BgClassName
{
background-color: #747351;
}
</style>
border-color css
<style>
span { border-color: #747351; }
span { border-color: rgb(116,115,81); }
td.TdClassName
{
border-color: #747351;
}
.TagClassName
{
border-color: #747351;
}
</style>