Shades of Kokoda #77755F
Tints of Kokoda #77755F
RGB
CMYK
RGB Variations
Color information
#77755F (or 0x77755F) is known color: Kokoda. HEX triplet: 77, 75 and 5F. RGB value is (119,117,95). Sum of RGB (Red+Green+Blue) = 119+117+95=331 (43% of max value = 765). Red value is 119 (46.88% from 255 or 35.95% from 331); Green value is 117 (46.09% from 255 or 35.35% from 331); Blue value is 95 (37.5% from 255 or 28.70% from 331); Max value from RGB is 119 - color contains mainly: red. Hex color #77755F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77755F is #888AA0. Grayscale: #737373. Windows color (decimal): -8948385 or 6255991. OLE color: 6255991.
HSL color Cylindrical-coordinate representation of color #77755F: hue angle of 55º degrees, saturation: 0.11, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #77755F is Cyan = 0, Magento = 0.02, Yellow = 0.20 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 117 | 95 | - |
| CMYK | 0 | 0.02 | 0.20 | 0.53 |
| HSL | 55º | 0.11% | 0.42% | - |
| HSV(B) | 55º | 0.2% | 0.47% | - |
| XYZ | 16.03 | 17.47 | 13.35 | - |
| YUV | 115.09 | 116.66 | 130.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 117 | 95 | 0 | 0.02 | 0.20 | 0.53 | 55 | 0.11 | 0.42 |
| Hex | 77 | 75 | 5F | 0 | 2 | 14 | 35 | 37 | B | 2A |
| Octal | 167 | 165 | 137 | 0 | 2 | 24 | 65 | 67 | 13 | 52 |
| Binary | 1110111 | 1110101 | 1011111 | 0 | 10 | 10100 | 110101 | 110111 | 1011 | 101010 |
Color Harmonies of #77755F
Complementary color
Monochromatic Colors of #77755F
Black with #77755F
Text Example
Text Example
White with #77755F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77755F; }
p { color: rgb(119,117,95); }
H1.HeaderClassName
{
color: #77755F;
}
.AnyTagClassName
{
color: #77755F;
}
</style>
background-color css
<style>
a { background-color: #77755F; }
a { background-color: rgb(119,117,95); }
div.DivClassName
{
background-color: #77755F;
}
.BgClassName
{
background-color: #77755F;
}
</style>
border-color css
<style>
span { border-color: #77755F; }
span { border-color: rgb(119,117,95); }
td.TdClassName
{
border-color: #77755F;
}
.TagClassName
{
border-color: #77755F;
}
</style>