Shades of Kokoda #7B7964
Tints of Kokoda #7B7964
RGB
CMYK
RGB Variations
Color information
#7B7964 (or 0x7B7964) is known color: Kokoda. HEX triplet: 7B, 79 and 64. RGB value is (123,121,100). Sum of RGB (Red+Green+Blue) = 123+121+100=344 (45% of max value = 765). Red value is 123 (48.44% from 255 or 35.76% from 344); Green value is 121 (47.66% from 255 or 35.17% from 344); Blue value is 100 (39.45% from 255 or 29.07% from 344); Max value from RGB is 123 - color contains mainly: red. Hex color #7B7964 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B7964 is #84869B. Grayscale: #777777. Windows color (decimal): -8685212 or 6584699. OLE color: 6584699.
HSL color Cylindrical-coordinate representation of color #7B7964: hue angle of 54.78º degrees, saturation: 0.1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #7B7964 is Cyan = 0, Magento = 0.02, Yellow = 0.19 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 121 | 100 | - |
| CMYK | 0 | 0.02 | 0.19 | 0.52 |
| HSL | 54.78º | 0.1% | 0.44% | - |
| HSV(B) | 54.78º | 0.19% | 0.48% | - |
| XYZ | 17.31 | 18.81 | 14.77 | - |
| YUV | 119.2 | 117.16 | 130.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 121 | 100 | 0 | 0.02 | 0.19 | 0.52 | 54.78 | 0.1 | 0.44 |
| Hex | 7B | 79 | 64 | 0 | 2 | 13 | 34 | 37 | A | 2C |
| Octal | 173 | 171 | 144 | 0 | 2 | 23 | 64 | 67 | 12 | 54 |
| Binary | 1111011 | 1111001 | 1100100 | 0 | 10 | 10011 | 110100 | 110111 | 1010 | 101100 |
Color Harmonies of #7B7964
Complementary color
Monochromatic Colors of #7B7964
Black with #7B7964
Text Example
Text Example
White with #7B7964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B7964; }
p { color: rgb(123,121,100); }
H1.HeaderClassName
{
color: #7B7964;
}
.AnyTagClassName
{
color: #7B7964;
}
</style>
background-color css
<style>
a { background-color: #7B7964; }
a { background-color: rgb(123,121,100); }
div.DivClassName
{
background-color: #7B7964;
}
.BgClassName
{
background-color: #7B7964;
}
</style>
border-color css
<style>
span { border-color: #7B7964; }
span { border-color: rgb(123,121,100); }
td.TdClassName
{
border-color: #7B7964;
}
.TagClassName
{
border-color: #7B7964;
}
</style>