Shades of Kokoda #7B7761
Tints of Kokoda #7B7761
RGB
CMYK
RGB Variations
Color information
#7B7761 (or 0x7B7761) is known color: Kokoda. HEX triplet: 7B, 77 and 61. RGB value is (123,119,97). Sum of RGB (Red+Green+Blue) = 123+119+97=339 (44% of max value = 765). Red value is 123 (48.44% from 255 or 36.28% from 339); Green value is 119 (46.88% from 255 or 35.10% from 339); Blue value is 97 (38.28% from 255 or 28.61% from 339); Max value from RGB is 123 - color contains mainly: red. Hex color #7B7761 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B7761 is #84889E. Grayscale: #757575. Windows color (decimal): -8685727 or 6387579. OLE color: 6387579.
HSL color Cylindrical-coordinate representation of color #7B7761: hue angle of 50.77º degrees, saturation: 0.12, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #7B7761 is Cyan = 0, Magento = 0.03, Yellow = 0.21 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 119 | 97 | - |
| CMYK | 0 | 0.03 | 0.21 | 0.52 |
| HSL | 50.77º | 0.12% | 0.43% | - |
| HSV(B) | 50.77º | 0.21% | 0.48% | - |
| XYZ | 16.92 | 18.27 | 13.94 | - |
| YUV | 117.69 | 116.33 | 131.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 119 | 97 | 0 | 0.03 | 0.21 | 0.52 | 50.77 | 0.12 | 0.43 |
| Hex | 7B | 77 | 61 | 0 | 3 | 15 | 34 | 33 | C | 2B |
| Octal | 173 | 167 | 141 | 0 | 3 | 25 | 64 | 63 | 14 | 53 |
| Binary | 1111011 | 1110111 | 1100001 | 0 | 11 | 10101 | 110100 | 110011 | 1100 | 101011 |
Color Harmonies of #7B7761
Complementary color
Monochromatic Colors of #7B7761
Black with #7B7761
Text Example
Text Example
White with #7B7761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B7761; }
p { color: rgb(123,119,97); }
H1.HeaderClassName
{
color: #7B7761;
}
.AnyTagClassName
{
color: #7B7761;
}
</style>
background-color css
<style>
a { background-color: #7B7761; }
a { background-color: rgb(123,119,97); }
div.DivClassName
{
background-color: #7B7761;
}
.BgClassName
{
background-color: #7B7761;
}
</style>
border-color css
<style>
span { border-color: #7B7761; }
span { border-color: rgb(123,119,97); }
td.TdClassName
{
border-color: #7B7761;
}
.TagClassName
{
border-color: #7B7761;
}
</style>