Shades of Kokoda #7D7B65
Tints of Kokoda #7D7B65
RGB
CMYK
RGB Variations
Color information
#7D7B65 (or 0x7D7B65) is known color: Kokoda. HEX triplet: 7D, 7B and 65. RGB value is (125,123,101). Sum of RGB (Red+Green+Blue) = 125+123+101=349 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.82% from 349); Green value is 123 (48.44% from 255 or 35.24% from 349); Blue value is 101 (39.84% from 255 or 28.94% from 349); Max value from RGB is 125 - color contains mainly: red. Hex color #7D7B65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D7B65 is #82849A. Grayscale: #797979. Windows color (decimal): -8553627 or 6650749. OLE color: 6650749.
HSL color Cylindrical-coordinate representation of color #7D7B65: hue angle of 55º degrees, saturation: 0.11, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #7D7B65 is Cyan = 0, Magento = 0.02, Yellow = 0.19 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 123 | 101 | - |
| CMYK | 0 | 0.02 | 0.19 | 0.51 |
| HSL | 55º | 0.11% | 0.44% | - |
| HSV(B) | 55º | 0.19% | 0.49% | - |
| XYZ | 17.89 | 19.47 | 15.13 | - |
| YUV | 121.09 | 116.66 | 130.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 123 | 101 | 0 | 0.02 | 0.19 | 0.51 | 55 | 0.11 | 0.44 |
| Hex | 7D | 7B | 65 | 0 | 2 | 13 | 33 | 37 | B | 2C |
| Octal | 175 | 173 | 145 | 0 | 2 | 23 | 63 | 67 | 13 | 54 |
| Binary | 1111101 | 1111011 | 1100101 | 0 | 10 | 10011 | 110011 | 110111 | 1011 | 101100 |
Color Harmonies of #7D7B65
Complementary color
Monochromatic Colors of #7D7B65
Black with #7D7B65
Text Example
Text Example
White with #7D7B65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D7B65; }
p { color: rgb(125,123,101); }
H1.HeaderClassName
{
color: #7D7B65;
}
.AnyTagClassName
{
color: #7D7B65;
}
</style>
background-color css
<style>
a { background-color: #7D7B65; }
a { background-color: rgb(125,123,101); }
div.DivClassName
{
background-color: #7D7B65;
}
.BgClassName
{
background-color: #7D7B65;
}
</style>
border-color css
<style>
span { border-color: #7D7B65; }
span { border-color: rgb(125,123,101); }
td.TdClassName
{
border-color: #7D7B65;
}
.TagClassName
{
border-color: #7D7B65;
}
</style>