Shades of Kokoda #77755D
Tints of Kokoda #77755D
RGB
CMYK
RGB Variations
Color information
#77755D (or 0x77755D) is known color: Kokoda. HEX triplet: 77, 75 and 5D. RGB value is (119,117,93). Sum of RGB (Red+Green+Blue) = 119+117+93=329 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.17% from 329); Green value is 117 (46.09% from 255 or 35.56% from 329); Blue value is 93 (36.72% from 255 or 28.27% from 329); Max value from RGB is 119 - color contains mainly: red. Hex color #77755D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77755D is #888AA2. Grayscale: #727272. Windows color (decimal): -8948387 or 6124919. OLE color: 6124919.
HSL color Cylindrical-coordinate representation of color #77755D: hue angle of 55.38º degrees, saturation: 0.12, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #77755D is Cyan = 0, Magento = 0.02, Yellow = 0.22 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 117 | 93 | - |
| CMYK | 0 | 0.02 | 0.22 | 0.53 |
| HSL | 55.38º | 0.12% | 0.42% | - |
| HSV(B) | 55.38º | 0.22% | 0.47% | - |
| XYZ | 15.94 | 17.43 | 12.88 | - |
| YUV | 114.86 | 115.66 | 130.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 117 | 93 | 0 | 0.02 | 0.22 | 0.53 | 55.38 | 0.12 | 0.42 |
| Hex | 77 | 75 | 5D | 0 | 2 | 16 | 35 | 37 | C | 2A |
| Octal | 167 | 165 | 135 | 0 | 2 | 26 | 65 | 67 | 14 | 52 |
| Binary | 1110111 | 1110101 | 1011101 | 0 | 10 | 10110 | 110101 | 110111 | 1100 | 101010 |
Color Harmonies of #77755D
Complementary color
Monochromatic Colors of #77755D
Black with #77755D
Text Example
Text Example
White with #77755D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77755D; }
p { color: rgb(119,117,93); }
H1.HeaderClassName
{
color: #77755D;
}
.AnyTagClassName
{
color: #77755D;
}
</style>
background-color css
<style>
a { background-color: #77755D; }
a { background-color: rgb(119,117,93); }
div.DivClassName
{
background-color: #77755D;
}
.BgClassName
{
background-color: #77755D;
}
</style>
border-color css
<style>
span { border-color: #77755D; }
span { border-color: rgb(119,117,93); }
td.TdClassName
{
border-color: #77755D;
}
.TagClassName
{
border-color: #77755D;
}
</style>