Shades of Kokoda #7D7B61
Tints of Kokoda #7D7B61
RGB
CMYK
RGB Variations
Color information
#7D7B61 (or 0x7D7B61) is known color: Kokoda. HEX triplet: 7D, 7B and 61. RGB value is (125,123,97). Sum of RGB (Red+Green+Blue) = 125+123+97=345 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.23% from 345); Green value is 123 (48.44% from 255 or 35.65% from 345); Blue value is 97 (38.28% from 255 or 28.12% from 345); Max value from RGB is 125 - color contains mainly: red. Hex color #7D7B61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D7B61 is #82849E. Grayscale: #787878. Windows color (decimal): -8553631 or 6388605. OLE color: 6388605.
HSL color Cylindrical-coordinate representation of color #7D7B61: hue angle of 55.71º degrees, saturation: 0.13, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #7D7B61 is Cyan = 0, Magento = 0.02, Yellow = 0.22 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 123 | 97 | - |
| CMYK | 0 | 0.02 | 0.22 | 0.51 |
| HSL | 55.71º | 0.13% | 0.44% | - |
| HSV(B) | 55.71º | 0.22% | 0.49% | - |
| XYZ | 17.7 | 19.39 | 14.12 | - |
| YUV | 120.63 | 114.66 | 131.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 123 | 97 | 0 | 0.02 | 0.22 | 0.51 | 55.71 | 0.13 | 0.44 |
| Hex | 7D | 7B | 61 | 0 | 2 | 16 | 33 | 38 | D | 2C |
| Octal | 175 | 173 | 141 | 0 | 2 | 26 | 63 | 70 | 15 | 54 |
| Binary | 1111101 | 1111011 | 1100001 | 0 | 10 | 10110 | 110011 | 111000 | 1101 | 101100 |
Color Harmonies of #7D7B61
Complementary color
Monochromatic Colors of #7D7B61
Black with #7D7B61
Text Example
Text Example
White with #7D7B61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D7B61; }
p { color: rgb(125,123,97); }
H1.HeaderClassName
{
color: #7D7B61;
}
.AnyTagClassName
{
color: #7D7B61;
}
</style>
background-color css
<style>
a { background-color: #7D7B61; }
a { background-color: rgb(125,123,97); }
div.DivClassName
{
background-color: #7D7B61;
}
.BgClassName
{
background-color: #7D7B61;
}
</style>
border-color css
<style>
span { border-color: #7D7B61; }
span { border-color: rgb(125,123,97); }
td.TdClassName
{
border-color: #7D7B61;
}
.TagClassName
{
border-color: #7D7B61;
}
</style>