Shades of Kokoda #777658
Tints of Kokoda #777658
RGB
CMYK
RGB Variations
Color information
#777658 (or 0x777658) is known color: Kokoda. HEX triplet: 77, 76 and 58. RGB value is (119,118,88). Sum of RGB (Red+Green+Blue) = 119+118+88=325 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.62% from 325); Green value is 118 (46.48% from 255 or 36.31% from 325); Blue value is 88 (34.77% from 255 or 27.08% from 325); Max value from RGB is 119 - color contains mainly: red. Hex color #777658 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777658 is #8889A7. Grayscale: #737373. Windows color (decimal): -8948136 or 5797495. OLE color: 5797495.
HSL color Cylindrical-coordinate representation of color #777658: hue angle of 58.06º degrees, saturation: 0.15, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #777658 is Cyan = 0, Magento = 0.01, Yellow = 0.26 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 118 | 88 | - |
| CMYK | 0 | 0.01 | 0.26 | 0.53 |
| HSL | 58.06º | 0.15% | 0.41% | - |
| HSV(B) | 58.06º | 0.26% | 0.47% | - |
| XYZ | 15.85 | 17.58 | 11.79 | - |
| YUV | 114.88 | 112.83 | 130.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 118 | 88 | 0 | 0.01 | 0.26 | 0.53 | 58.06 | 0.15 | 0.41 |
| Hex | 77 | 76 | 58 | 0 | 1 | 1A | 35 | 3A | F | 29 |
| Octal | 167 | 166 | 130 | 0 | 1 | 32 | 65 | 72 | 17 | 51 |
| Binary | 1110111 | 1110110 | 1011000 | 0 | 1 | 11010 | 110101 | 111010 | 1111 | 101001 |
Color Harmonies of #777658
Complementary color
Monochromatic Colors of #777658
Black with #777658
Text Example
Text Example
White with #777658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777658; }
p { color: rgb(119,118,88); }
H1.HeaderClassName
{
color: #777658;
}
.AnyTagClassName
{
color: #777658;
}
</style>
background-color css
<style>
a { background-color: #777658; }
a { background-color: rgb(119,118,88); }
div.DivClassName
{
background-color: #777658;
}
.BgClassName
{
background-color: #777658;
}
</style>
border-color css
<style>
span { border-color: #777658; }
span { border-color: rgb(119,118,88); }
td.TdClassName
{
border-color: #777658;
}
.TagClassName
{
border-color: #777658;
}
</style>