Shades of Kokoda #7B7865
Tints of Kokoda #7B7865
RGB
CMYK
RGB Variations
Color information
#7B7865 (or 0x7B7865) is known color: Kokoda. HEX triplet: 7B, 78 and 65. RGB value is (123,120,101). Sum of RGB (Red+Green+Blue) = 123+120+101=344 (45% of max value = 765). Red value is 123 (48.44% from 255 or 35.76% from 344); Green value is 120 (47.27% from 255 or 34.88% from 344); Blue value is 101 (39.84% from 255 or 29.36% from 344); Max value from RGB is 123 - color contains mainly: red. Hex color #7B7865 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B7865 is #84879A. Grayscale: #767676. Windows color (decimal): -8685467 or 6649979. OLE color: 6649979.
HSL color Cylindrical-coordinate representation of color #7B7865: hue angle of 51.82º degrees, saturation: 0.1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #7B7865 is Cyan = 0, Magento = 0.02, Yellow = 0.18 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 120 | 101 | - |
| CMYK | 0 | 0.02 | 0.18 | 0.52 |
| HSL | 51.82º | 0.1% | 0.44% | - |
| HSV(B) | 51.82º | 0.18% | 0.48% | - |
| XYZ | 17.23 | 18.58 | 14.99 | - |
| YUV | 118.73 | 117.99 | 131.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 120 | 101 | 0 | 0.02 | 0.18 | 0.52 | 51.82 | 0.1 | 0.44 |
| Hex | 7B | 78 | 65 | 0 | 2 | 12 | 34 | 34 | A | 2C |
| Octal | 173 | 170 | 145 | 0 | 2 | 22 | 64 | 64 | 12 | 54 |
| Binary | 1111011 | 1111000 | 1100101 | 0 | 10 | 10010 | 110100 | 110100 | 1010 | 101100 |
Color Harmonies of #7B7865
Complementary color
Monochromatic Colors of #7B7865
Black with #7B7865
Text Example
Text Example
White with #7B7865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B7865; }
p { color: rgb(123,120,101); }
H1.HeaderClassName
{
color: #7B7865;
}
.AnyTagClassName
{
color: #7B7865;
}
</style>
background-color css
<style>
a { background-color: #7B7865; }
a { background-color: rgb(123,120,101); }
div.DivClassName
{
background-color: #7B7865;
}
.BgClassName
{
background-color: #7B7865;
}
</style>
border-color css
<style>
span { border-color: #7B7865; }
span { border-color: rgb(123,120,101); }
td.TdClassName
{
border-color: #7B7865;
}
.TagClassName
{
border-color: #7B7865;
}
</style>