Shades of Kokoda #7D7756
Tints of Kokoda #7D7756
RGB
CMYK
RGB Variations
Color information
#7D7756 (or 0x7D7756) is known color: Kokoda. HEX triplet: 7D, 77 and 56. RGB value is (125,119,86). Sum of RGB (Red+Green+Blue) = 125+119+86=330 (43% of max value = 765). Red value is 125 (49.22% from 255 or 37.88% from 330); Green value is 119 (46.88% from 255 or 36.06% from 330); Blue value is 86 (33.98% from 255 or 26.06% from 330); Max value from RGB is 125 - color contains mainly: red. Hex color #7D7756 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D7756 is #8288A9. Grayscale: #757575. Windows color (decimal): -8554666 or 5666685. OLE color: 5666685.
HSL color Cylindrical-coordinate representation of color #7D7756: hue angle of 50.77º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7D7756 is Cyan = 0, Magento = 0.05, Yellow = 0.31 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 119 | 86 | - |
| CMYK | 0 | 0.05 | 0.31 | 0.51 |
| HSL | 50.77º | 0.18% | 0.41% | - |
| HSV(B) | 50.77º | 0.31% | 0.49% | - |
| XYZ | 16.73 | 18.23 | 11.44 | - |
| YUV | 117.03 | 110.49 | 133.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 119 | 86 | 0 | 0.05 | 0.31 | 0.51 | 50.77 | 0.18 | 0.41 |
| Hex | 7D | 77 | 56 | 0 | 5 | 1F | 33 | 33 | 12 | 29 |
| Octal | 175 | 167 | 126 | 0 | 5 | 37 | 63 | 63 | 22 | 51 |
| Binary | 1111101 | 1110111 | 1010110 | 0 | 101 | 11111 | 110011 | 110011 | 10010 | 101001 |
Color Harmonies of #7D7756
Complementary color
Monochromatic Colors of #7D7756
Black with #7D7756
Text Example
Text Example
White with #7D7756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D7756; }
p { color: rgb(125,119,86); }
H1.HeaderClassName
{
color: #7D7756;
}
.AnyTagClassName
{
color: #7D7756;
}
</style>
background-color css
<style>
a { background-color: #7D7756; }
a { background-color: rgb(125,119,86); }
div.DivClassName
{
background-color: #7D7756;
}
.BgClassName
{
background-color: #7D7756;
}
</style>
border-color css
<style>
span { border-color: #7D7756; }
span { border-color: rgb(125,119,86); }
td.TdClassName
{
border-color: #7D7756;
}
.TagClassName
{
border-color: #7D7756;
}
</style>