Shades of Kokoda #777351
Tints of Kokoda #777351
RGB
CMYK
RGB Variations
Color information
#777351 (or 0x777351) is known color: Kokoda. HEX triplet: 77, 73 and 51. RGB value is (119,115,81). Sum of RGB (Red+Green+Blue) = 119+115+81=315 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.78% from 315); Green value is 115 (45.31% from 255 or 36.51% from 315); Blue value is 81 (32.03% from 255 or 25.71% from 315); Max value from RGB is 119 - color contains mainly: red. Hex color #777351 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777351 is #888CAE. Grayscale: #707070. Windows color (decimal): -8948911 or 5337975. OLE color: 5337975.
HSL color Cylindrical-coordinate representation of color #777351: hue angle of 53.68º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #777351 is Cyan = 0, Magento = 0.03, Yellow = 0.32 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 115 | 81 | - |
| CMYK | 0 | 0.03 | 0.32 | 0.53 |
| HSL | 53.68º | 0.19% | 0.39% | - |
| HSV(B) | 53.68º | 0.32% | 0.47% | - |
| XYZ | 15.22 | 16.78 | 10.22 | - |
| YUV | 112.32 | 110.33 | 132.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 115 | 81 | 0 | 0.03 | 0.32 | 0.53 | 53.68 | 0.19 | 0.39 |
| Hex | 77 | 73 | 51 | 0 | 3 | 20 | 35 | 36 | 13 | 27 |
| Octal | 167 | 163 | 121 | 0 | 3 | 40 | 65 | 66 | 23 | 47 |
| Binary | 1110111 | 1110011 | 1010001 | 0 | 11 | 100000 | 110101 | 110110 | 10011 | 100111 |
Color Harmonies of #777351
Complementary color
Monochromatic Colors of #777351
Black with #777351
Text Example
Text Example
White with #777351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777351; }
p { color: rgb(119,115,81); }
H1.HeaderClassName
{
color: #777351;
}
.AnyTagClassName
{
color: #777351;
}
</style>
background-color css
<style>
a { background-color: #777351; }
a { background-color: rgb(119,115,81); }
div.DivClassName
{
background-color: #777351;
}
.BgClassName
{
background-color: #777351;
}
</style>
border-color css
<style>
span { border-color: #777351; }
span { border-color: rgb(119,115,81); }
td.TdClassName
{
border-color: #777351;
}
.TagClassName
{
border-color: #777351;
}
</style>