Shades of Kokoda #7D7B57
Tints of Kokoda #7D7B57
RGB
CMYK
RGB Variations
Color information
#7D7B57 (or 0x7D7B57) is known color: Kokoda. HEX triplet: 7D, 7B and 57. RGB value is (125,123,87). Sum of RGB (Red+Green+Blue) = 125+123+87=335 (44% of max value = 765). Red value is 125 (49.22% from 255 or 37.31% from 335); Green value is 123 (48.44% from 255 or 36.72% from 335); Blue value is 87 (34.38% from 255 or 25.97% from 335); Max value from RGB is 125 - color contains mainly: red. Hex color #7D7B57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D7B57 is #8284A8. Grayscale: #777777. Windows color (decimal): -8553641 or 5733245. OLE color: 5733245.
HSL color Cylindrical-coordinate representation of color #7D7B57: hue angle of 56.84º degrees, saturation: 0.18, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7D7B57 is Cyan = 0, Magento = 0.02, Yellow = 0.30 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 123 | 87 | - |
| CMYK | 0 | 0.02 | 0.30 | 0.51 |
| HSL | 56.84º | 0.18% | 0.42% | - |
| HSV(B) | 56.84º | 0.3% | 0.49% | - |
| XYZ | 17.26 | 19.21 | 11.82 | - |
| YUV | 119.49 | 109.66 | 131.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 123 | 87 | 0 | 0.02 | 0.30 | 0.51 | 56.84 | 0.18 | 0.42 |
| Hex | 7D | 7B | 57 | 0 | 2 | 1E | 33 | 39 | 12 | 2A |
| Octal | 175 | 173 | 127 | 0 | 2 | 36 | 63 | 71 | 22 | 52 |
| Binary | 1111101 | 1111011 | 1010111 | 0 | 10 | 11110 | 110011 | 111001 | 10010 | 101010 |
Color Harmonies of #7D7B57
Complementary color
Monochromatic Colors of #7D7B57
Black with #7D7B57
Text Example
Text Example
White with #7D7B57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D7B57; }
p { color: rgb(125,123,87); }
H1.HeaderClassName
{
color: #7D7B57;
}
.AnyTagClassName
{
color: #7D7B57;
}
</style>
background-color css
<style>
a { background-color: #7D7B57; }
a { background-color: rgb(125,123,87); }
div.DivClassName
{
background-color: #7D7B57;
}
.BgClassName
{
background-color: #7D7B57;
}
</style>
border-color css
<style>
span { border-color: #7D7B57; }
span { border-color: rgb(125,123,87); }
td.TdClassName
{
border-color: #7D7B57;
}
.TagClassName
{
border-color: #7D7B57;
}
</style>