Shades of Kokoda #77755C
Tints of Kokoda #77755C
RGB
CMYK
RGB Variations
Color information
#77755C (or 0x77755C) is known color: Kokoda. HEX triplet: 77, 75 and 5C. RGB value is (119,117,92). Sum of RGB (Red+Green+Blue) = 119+117+92=328 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.28% from 328); Green value is 117 (46.09% from 255 or 35.67% from 328); Blue value is 92 (36.33% from 255 or 28.05% from 328); Max value from RGB is 119 - color contains mainly: red. Hex color #77755C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77755C is #888AA3. Grayscale: #727272. Windows color (decimal): -8948388 or 6059383. OLE color: 6059383.
HSL color Cylindrical-coordinate representation of color #77755C: hue angle of 55.56º degrees, saturation: 0.13, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #77755C is Cyan = 0, Magento = 0.02, Yellow = 0.23 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 117 | 92 | - |
| CMYK | 0 | 0.02 | 0.23 | 0.53 |
| HSL | 55.56º | 0.13% | 0.41% | - |
| HSV(B) | 55.56º | 0.23% | 0.47% | - |
| XYZ | 15.9 | 17.42 | 12.65 | - |
| YUV | 114.75 | 115.16 | 131.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 117 | 92 | 0 | 0.02 | 0.23 | 0.53 | 55.56 | 0.13 | 0.41 |
| Hex | 77 | 75 | 5C | 0 | 2 | 17 | 35 | 38 | D | 29 |
| Octal | 167 | 165 | 134 | 0 | 2 | 27 | 65 | 70 | 15 | 51 |
| Binary | 1110111 | 1110101 | 1011100 | 0 | 10 | 10111 | 110101 | 111000 | 1101 | 101001 |
Color Harmonies of #77755C
Complementary color
Monochromatic Colors of #77755C
Black with #77755C
Text Example
Text Example
White with #77755C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77755C; }
p { color: rgb(119,117,92); }
H1.HeaderClassName
{
color: #77755C;
}
.AnyTagClassName
{
color: #77755C;
}
</style>
background-color css
<style>
a { background-color: #77755C; }
a { background-color: rgb(119,117,92); }
div.DivClassName
{
background-color: #77755C;
}
.BgClassName
{
background-color: #77755C;
}
</style>
border-color css
<style>
span { border-color: #77755C; }
span { border-color: rgb(119,117,92); }
td.TdClassName
{
border-color: #77755C;
}
.TagClassName
{
border-color: #77755C;
}
</style>