Shades of Kokoda #7D7A64
Tints of Kokoda #7D7A64
RGB
CMYK
RGB Variations
Color information
#7D7A64 (or 0x7D7A64) is known color: Kokoda. HEX triplet: 7D, 7A and 64. RGB value is (125,122,100). Sum of RGB (Red+Green+Blue) = 125+122+100=347 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.02% from 347); Green value is 122 (48.05% from 255 or 35.16% from 347); Blue value is 100 (39.45% from 255 or 28.82% from 347); Max value from RGB is 125 - color contains mainly: red. Hex color #7D7A64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D7A64 is #82859B. Grayscale: #787878. Windows color (decimal): -8553884 or 6584957. OLE color: 6584957.
HSL color Cylindrical-coordinate representation of color #7D7A64: hue angle of 52.8º degrees, saturation: 0.11, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #7D7A64 is Cyan = 0, Magento = 0.02, Yellow = 0.2 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 122 | 100 | - |
| CMYK | 0 | 0.02 | 0.2 | 0.51 |
| HSL | 52.8º | 0.11% | 0.44% | - |
| HSV(B) | 52.8º | 0.2% | 0.49% | - |
| XYZ | 17.72 | 19.2 | 14.83 | - |
| YUV | 120.39 | 116.49 | 131.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 122 | 100 | 0 | 0.02 | 0.2 | 0.51 | 52.8 | 0.11 | 0.44 |
| Hex | 7D | 7A | 64 | 0 | 2 | 14 | 33 | 35 | B | 2C |
| Octal | 175 | 172 | 144 | 0 | 2 | 24 | 63 | 65 | 13 | 54 |
| Binary | 1111101 | 1111010 | 1100100 | 0 | 10 | 10100 | 110011 | 110101 | 1011 | 101100 |
Color Harmonies of #7D7A64
Complementary color
Monochromatic Colors of #7D7A64
Black with #7D7A64
Text Example
Text Example
White with #7D7A64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D7A64; }
p { color: rgb(125,122,100); }
H1.HeaderClassName
{
color: #7D7A64;
}
.AnyTagClassName
{
color: #7D7A64;
}
</style>
background-color css
<style>
a { background-color: #7D7A64; }
a { background-color: rgb(125,122,100); }
div.DivClassName
{
background-color: #7D7A64;
}
.BgClassName
{
background-color: #7D7A64;
}
</style>
border-color css
<style>
span { border-color: #7D7A64; }
span { border-color: rgb(125,122,100); }
td.TdClassName
{
border-color: #7D7A64;
}
.TagClassName
{
border-color: #7D7A64;
}
</style>