Shades of Kokoda #7D7651
Tints of Kokoda #7D7651
RGB
CMYK
RGB Variations
Color information
#7D7651 (or 0x7D7651) is known color: Kokoda. HEX triplet: 7D, 76 and 51. RGB value is (125,118,81). Sum of RGB (Red+Green+Blue) = 125+118+81=324 (42% of max value = 765). Red value is 125 (49.22% from 255 or 38.58% from 324); Green value is 118 (46.48% from 255 or 36.42% from 324); Blue value is 81 (32.03% from 255 or 25% from 324); Max value from RGB is 125 - color contains mainly: red. Hex color #7D7651 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D7651 is #8289AE. Grayscale: #747474. Windows color (decimal): -8554927 or 5338749. OLE color: 5338749.
HSL color Cylindrical-coordinate representation of color #7D7651: hue angle of 50.45º 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 #7D7651 is Cyan = 0, Magento = 0.06, Yellow = 0.35 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 118 | 81 | - |
| CMYK | 0 | 0.06 | 0.35 | 0.51 |
| HSL | 50.45º | 0.21% | 0.4% | - |
| HSV(B) | 50.45º | 0.35% | 0.49% | - |
| XYZ | 16.42 | 17.91 | 10.38 | - |
| YUV | 115.88 | 108.32 | 134.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 118 | 81 | 0 | 0.06 | 0.35 | 0.51 | 50.45 | 0.21 | 0.4 |
| Hex | 7D | 76 | 51 | 0 | 6 | 23 | 33 | 32 | 15 | 28 |
| Octal | 175 | 166 | 121 | 0 | 6 | 43 | 63 | 62 | 25 | 50 |
| Binary | 1111101 | 1110110 | 1010001 | 0 | 110 | 100011 | 110011 | 110010 | 10101 | 101000 |
Color Harmonies of #7D7651
Complementary color
Monochromatic Colors of #7D7651
Black with #7D7651
Text Example
Text Example
White with #7D7651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D7651; }
p { color: rgb(125,118,81); }
H1.HeaderClassName
{
color: #7D7651;
}
.AnyTagClassName
{
color: #7D7651;
}
</style>
background-color css
<style>
a { background-color: #7D7651; }
a { background-color: rgb(125,118,81); }
div.DivClassName
{
background-color: #7D7651;
}
.BgClassName
{
background-color: #7D7651;
}
</style>
border-color css
<style>
span { border-color: #7D7651; }
span { border-color: rgb(125,118,81); }
td.TdClassName
{
border-color: #7D7651;
}
.TagClassName
{
border-color: #7D7651;
}
</style>