Shades of Kokoda #7D7650
Tints of Kokoda #7D7650
RGB
CMYK
RGB Variations
Color information
#7D7650 (or 0x7D7650) is known color: Kokoda. HEX triplet: 7D, 76 and 50. RGB value is (125,118,80). Sum of RGB (Red+Green+Blue) = 125+118+80=323 (42% of max value = 765). Red value is 125 (49.22% from 255 or 38.70% from 323); Green value is 118 (46.48% from 255 or 36.53% from 323); Blue value is 80 (31.64% from 255 or 24.77% from 323); Max value from RGB is 125 - color contains mainly: red. Hex color #7D7650 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D7650 is #8289AF. Grayscale: #737373. Windows color (decimal): -8554928 or 5273213. OLE color: 5273213.
HSL color Cylindrical-coordinate representation of color #7D7650: hue angle of 50.67º degrees, saturation: 0.22, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7D7650 is Cyan = 0, Magento = 0.06, Yellow = 0.36 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 118 | 80 | - |
| CMYK | 0 | 0.06 | 0.36 | 0.51 |
| HSL | 50.67º | 0.22% | 0.4% | - |
| HSV(B) | 50.67º | 0.36% | 0.49% | - |
| XYZ | 16.38 | 17.9 | 10.18 | - |
| YUV | 115.76 | 107.82 | 134.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 118 | 80 | 0 | 0.06 | 0.36 | 0.51 | 50.67 | 0.22 | 0.4 |
| Hex | 7D | 76 | 50 | 0 | 6 | 24 | 33 | 33 | 16 | 28 |
| Octal | 175 | 166 | 120 | 0 | 6 | 44 | 63 | 63 | 26 | 50 |
| Binary | 1111101 | 1110110 | 1010000 | 0 | 110 | 100100 | 110011 | 110011 | 10110 | 101000 |
Color Harmonies of #7D7650
Complementary color
Monochromatic Colors of #7D7650
Black with #7D7650
Text Example
Text Example
White with #7D7650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D7650; }
p { color: rgb(125,118,80); }
H1.HeaderClassName
{
color: #7D7650;
}
.AnyTagClassName
{
color: #7D7650;
}
</style>
background-color css
<style>
a { background-color: #7D7650; }
a { background-color: rgb(125,118,80); }
div.DivClassName
{
background-color: #7D7650;
}
.BgClassName
{
background-color: #7D7650;
}
</style>
border-color css
<style>
span { border-color: #7D7650; }
span { border-color: rgb(125,118,80); }
td.TdClassName
{
border-color: #7D7650;
}
.TagClassName
{
border-color: #7D7650;
}
</style>