Shades of Kokoda #7D7751
Tints of Kokoda #7D7751
RGB
CMYK
RGB Variations
Color information
#7D7751 (or 0x7D7751) is known color: Kokoda. HEX triplet: 7D, 77 and 51. RGB value is (125,119,81). Sum of RGB (Red+Green+Blue) = 125+119+81=325 (43% of max value = 765). Red value is 125 (49.22% from 255 or 38.46% from 325); Green value is 119 (46.88% from 255 or 36.62% from 325); Blue value is 81 (32.03% from 255 or 24.92% from 325); Max value from RGB is 125 - color contains mainly: red. Hex color #7D7751 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D7751 is #8288AE. Grayscale: #747474. Windows color (decimal): -8554671 or 5339005. OLE color: 5339005.
HSL color Cylindrical-coordinate representation of color #7D7751: hue angle of 51.82º degrees, saturation: 0.21, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7D7751 is Cyan = 0, Magento = 0.05, Yellow = 0.35 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 119 | 81 | - |
| CMYK | 0 | 0.05 | 0.35 | 0.51 |
| HSL | 51.82º | 0.21% | 0.4% | - |
| HSV(B) | 51.82º | 0.35% | 0.49% | - |
| XYZ | 16.54 | 18.15 | 10.42 | - |
| YUV | 116.46 | 107.99 | 134.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 119 | 81 | 0 | 0.05 | 0.35 | 0.51 | 51.82 | 0.21 | 0.4 |
| Hex | 7D | 77 | 51 | 0 | 5 | 23 | 33 | 34 | 15 | 28 |
| Octal | 175 | 167 | 121 | 0 | 5 | 43 | 63 | 64 | 25 | 50 |
| Binary | 1111101 | 1110111 | 1010001 | 0 | 101 | 100011 | 110011 | 110100 | 10101 | 101000 |
Color Harmonies of #7D7751
Complementary color
Monochromatic Colors of #7D7751
Black with #7D7751
Text Example
Text Example
White with #7D7751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D7751; }
p { color: rgb(125,119,81); }
H1.HeaderClassName
{
color: #7D7751;
}
.AnyTagClassName
{
color: #7D7751;
}
</style>
background-color css
<style>
a { background-color: #7D7751; }
a { background-color: rgb(125,119,81); }
div.DivClassName
{
background-color: #7D7751;
}
.BgClassName
{
background-color: #7D7751;
}
</style>
border-color css
<style>
span { border-color: #7D7751; }
span { border-color: rgb(125,119,81); }
td.TdClassName
{
border-color: #7D7751;
}
.TagClassName
{
border-color: #7D7751;
}
</style>