Shades of Kokoda #777665
Tints of Kokoda #777665
RGB
CMYK
RGB Variations
Color information
#777665 (or 0x777665) is known color: Kokoda. HEX triplet: 77, 76 and 65. RGB value is (119,118,101). Sum of RGB (Red+Green+Blue) = 119+118+101=338 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.21% from 338); Green value is 118 (46.48% from 255 or 34.91% from 338); Blue value is 101 (39.84% from 255 or 29.88% from 338); Max value from RGB is 119 - color contains mainly: red. Hex color #777665 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777665 is #88899A. Grayscale: #747474. Windows color (decimal): -8948123 or 6649463. OLE color: 6649463.
HSL color Cylindrical-coordinate representation of color #777665: hue angle of 56.67º degrees, saturation: 0.08, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #777665 is Cyan = 0, Magento = 0.01, Yellow = 0.15 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 118 | 101 | - |
| CMYK | 0 | 0.01 | 0.15 | 0.53 |
| HSL | 56.67º | 0.08% | 0.43% | - |
| HSV(B) | 56.67º | 0.15% | 0.47% | - |
| XYZ | 16.44 | 17.82 | 14.88 | - |
| YUV | 116.36 | 119.33 | 129.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 118 | 101 | 0 | 0.01 | 0.15 | 0.53 | 56.67 | 0.08 | 0.43 |
| Hex | 77 | 76 | 65 | 0 | 1 | F | 35 | 39 | 8 | 2B |
| Octal | 167 | 166 | 145 | 0 | 1 | 17 | 65 | 71 | 10 | 53 |
| Binary | 1110111 | 1110110 | 1100101 | 0 | 1 | 1111 | 110101 | 111001 | 1000 | 101011 |
Color Harmonies of #777665
Complementary color
Monochromatic Colors of #777665
Black with #777665
Text Example
Text Example
White with #777665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777665; }
p { color: rgb(119,118,101); }
H1.HeaderClassName
{
color: #777665;
}
.AnyTagClassName
{
color: #777665;
}
</style>
background-color css
<style>
a { background-color: #777665; }
a { background-color: rgb(119,118,101); }
div.DivClassName
{
background-color: #777665;
}
.BgClassName
{
background-color: #777665;
}
</style>
border-color css
<style>
span { border-color: #777665; }
span { border-color: rgb(119,118,101); }
td.TdClassName
{
border-color: #777665;
}
.TagClassName
{
border-color: #777665;
}
</style>