Shades of Kokoda #77754C
Tints of Kokoda #77754C
RGB
CMYK
RGB Variations
Color information
#77754C (or 0x77754C) is known color: Kokoda. HEX triplet: 77, 75 and 4C. RGB value is (119,117,76). Sum of RGB (Red+Green+Blue) = 119+117+76=312 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.14% from 312); Green value is 117 (46.09% from 255 or 37.5% from 312); Blue value is 76 (30.08% from 255 or 24.36% from 312); Max value from RGB is 119 - color contains mainly: red. Hex color #77754C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77754C is #888AB3. Grayscale: #717171. Windows color (decimal): -8948404 or 5010807. OLE color: 5010807.
HSL color Cylindrical-coordinate representation of color #77754C: hue angle of 57.21º degrees, saturation: 0.22, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #77754C is Cyan = 0, Magento = 0.02, Yellow = 0.36 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 117 | 76 | - |
| CMYK | 0 | 0.02 | 0.36 | 0.53 |
| HSL | 57.21º | 0.22% | 0.38% | - |
| HSV(B) | 57.21º | 0.36% | 0.47% | - |
| XYZ | 15.27 | 17.17 | 9.35 | - |
| YUV | 112.92 | 107.16 | 132.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 117 | 76 | 0 | 0.02 | 0.36 | 0.53 | 57.21 | 0.22 | 0.38 |
| Hex | 77 | 75 | 4C | 0 | 2 | 24 | 35 | 39 | 16 | 26 |
| Octal | 167 | 165 | 114 | 0 | 2 | 44 | 65 | 71 | 26 | 46 |
| Binary | 1110111 | 1110101 | 1001100 | 0 | 10 | 100100 | 110101 | 111001 | 10110 | 100110 |
Color Harmonies of #77754C
Complementary color
Monochromatic Colors of #77754C
Black with #77754C
Text Example
Text Example
White with #77754C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77754C; }
p { color: rgb(119,117,76); }
H1.HeaderClassName
{
color: #77754C;
}
.AnyTagClassName
{
color: #77754C;
}
</style>
background-color css
<style>
a { background-color: #77754C; }
a { background-color: rgb(119,117,76); }
div.DivClassName
{
background-color: #77754C;
}
.BgClassName
{
background-color: #77754C;
}
</style>
border-color css
<style>
span { border-color: #77754C; }
span { border-color: rgb(119,117,76); }
td.TdClassName
{
border-color: #77754C;
}
.TagClassName
{
border-color: #77754C;
}
</style>