Shades of Kokoda #787665
Tints of Kokoda #787665
RGB
CMYK
RGB Variations
Color information
#787665 (or 0x787665) is known color: Kokoda. HEX triplet: 78, 76 and 65. RGB value is (120,118,101). Sum of RGB (Red+Green+Blue) = 120+118+101=339 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.40% from 339); Green value is 118 (46.48% from 255 or 34.81% from 339); Blue value is 101 (39.84% from 255 or 29.79% from 339); Max value from RGB is 120 - color contains mainly: red. Hex color #787665 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787665 is #87899A. Grayscale: #747474. Windows color (decimal): -8882587 or 6649464. OLE color: 6649464.
HSL color Cylindrical-coordinate representation of color #787665: hue angle of 53.68º degrees, saturation: 0.09, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #787665 is Cyan = 0, Magento = 0.02, Yellow = 0.16 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 118 | 101 | - |
| CMYK | 0 | 0.02 | 0.16 | 0.53 |
| HSL | 53.68º | 0.09% | 0.43% | - |
| HSV(B) | 53.68º | 0.16% | 0.47% | - |
| XYZ | 16.57 | 17.89 | 14.89 | - |
| YUV | 116.66 | 119.16 | 130.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 118 | 101 | 0 | 0.02 | 0.16 | 0.53 | 53.68 | 0.09 | 0.43 |
| Hex | 78 | 76 | 65 | 0 | 2 | 10 | 35 | 36 | 9 | 2B |
| Octal | 170 | 166 | 145 | 0 | 2 | 20 | 65 | 66 | 11 | 53 |
| Binary | 1111000 | 1110110 | 1100101 | 0 | 10 | 10000 | 110101 | 110110 | 1001 | 101011 |
Color Harmonies of #787665
Complementary color
Monochromatic Colors of #787665
Black with #787665
Text Example
Text Example
White with #787665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787665; }
p { color: rgb(120,118,101); }
H1.HeaderClassName
{
color: #787665;
}
.AnyTagClassName
{
color: #787665;
}
</style>
background-color css
<style>
a { background-color: #787665; }
a { background-color: rgb(120,118,101); }
div.DivClassName
{
background-color: #787665;
}
.BgClassName
{
background-color: #787665;
}
</style>
border-color css
<style>
span { border-color: #787665; }
span { border-color: rgb(120,118,101); }
td.TdClassName
{
border-color: #787665;
}
.TagClassName
{
border-color: #787665;
}
</style>