Shades of Kokoda #7C775D
Tints of Kokoda #7C775D
RGB
CMYK
RGB Variations
Color information
#7C775D (or 0x7C775D) is known color: Kokoda. HEX triplet: 7C, 77 and 5D. RGB value is (124,119,93). Sum of RGB (Red+Green+Blue) = 124+119+93=336 (44% of max value = 765). Red value is 124 (48.83% from 255 or 36.90% from 336); Green value is 119 (46.88% from 255 or 35.42% from 336); Blue value is 93 (36.72% from 255 or 27.68% from 336); Max value from RGB is 124 - color contains mainly: red. Hex color #7C775D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C775D is #8388A2. Grayscale: #757575. Windows color (decimal): -8620195 or 6125436. OLE color: 6125436.
HSL color Cylindrical-coordinate representation of color #7C775D: hue angle of 50.32º degrees, saturation: 0.14, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #7C775D is Cyan = 0, Magento = 0.04, Yellow = 0.25 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 119 | 93 | - |
| CMYK | 0 | 0.04 | 0.25 | 0.51 |
| HSL | 50.32º | 0.14% | 0.43% | - |
| HSV(B) | 50.32º | 0.25% | 0.49% | - |
| XYZ | 16.88 | 18.27 | 12.99 | - |
| YUV | 117.53 | 114.16 | 132.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 119 | 93 | 0 | 0.04 | 0.25 | 0.51 | 50.32 | 0.14 | 0.43 |
| Hex | 7C | 77 | 5D | 0 | 4 | 19 | 33 | 32 | E | 2B |
| Octal | 174 | 167 | 135 | 0 | 4 | 31 | 63 | 62 | 16 | 53 |
| Binary | 1111100 | 1110111 | 1011101 | 0 | 100 | 11001 | 110011 | 110010 | 1110 | 101011 |
Color Harmonies of #7C775D
Complementary color
Monochromatic Colors of #7C775D
Black with #7C775D
Text Example
Text Example
White with #7C775D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C775D; }
p { color: rgb(124,119,93); }
H1.HeaderClassName
{
color: #7C775D;
}
.AnyTagClassName
{
color: #7C775D;
}
</style>
background-color css
<style>
a { background-color: #7C775D; }
a { background-color: rgb(124,119,93); }
div.DivClassName
{
background-color: #7C775D;
}
.BgClassName
{
background-color: #7C775D;
}
</style>
border-color css
<style>
span { border-color: #7C775D; }
span { border-color: rgb(124,119,93); }
td.TdClassName
{
border-color: #7C775D;
}
.TagClassName
{
border-color: #7C775D;
}
</style>