Shades of Kokoda #7C775C
Tints of Kokoda #7C775C
RGB
CMYK
RGB Variations
Color information
#7C775C (or 0x7C775C) is known color: Kokoda. HEX triplet: 7C, 77 and 5C. RGB value is (124,119,92). Sum of RGB (Red+Green+Blue) = 124+119+92=335 (44% of max value = 765). Red value is 124 (48.83% from 255 or 37.01% from 335); Green value is 119 (46.88% from 255 or 35.52% from 335); Blue value is 92 (36.33% from 255 or 27.46% from 335); Max value from RGB is 124 - color contains mainly: red. Hex color #7C775C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C775C is #8388A3. Grayscale: #757575. Windows color (decimal): -8620196 or 6059900. OLE color: 6059900.
HSL color Cylindrical-coordinate representation of color #7C775C: hue angle of 50.62º degrees, saturation: 0.15, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7C775C is Cyan = 0, Magento = 0.04, Yellow = 0.26 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 119 | 92 | - |
| CMYK | 0 | 0.04 | 0.26 | 0.51 |
| HSL | 50.63º | 0.15% | 0.42% | - |
| HSV(B) | 50.63º | 0.26% | 0.49% | - |
| XYZ | 16.84 | 18.25 | 12.76 | - |
| YUV | 117.42 | 113.66 | 132.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 119 | 92 | 0 | 0.04 | 0.26 | 0.51 | 50.63 | 0.15 | 0.42 |
| Hex | 7C | 77 | 5C | 0 | 4 | 1A | 33 | 33 | F | 2A |
| Octal | 174 | 167 | 134 | 0 | 4 | 32 | 63 | 63 | 17 | 52 |
| Binary | 1111100 | 1110111 | 1011100 | 0 | 100 | 11010 | 110011 | 110011 | 1111 | 101010 |
Color Harmonies of #7C775C
Complementary color
Monochromatic Colors of #7C775C
Black with #7C775C
Text Example
Text Example
White with #7C775C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C775C; }
p { color: rgb(124,119,92); }
H1.HeaderClassName
{
color: #7C775C;
}
.AnyTagClassName
{
color: #7C775C;
}
</style>
background-color css
<style>
a { background-color: #7C775C; }
a { background-color: rgb(124,119,92); }
div.DivClassName
{
background-color: #7C775C;
}
.BgClassName
{
background-color: #7C775C;
}
</style>
border-color css
<style>
span { border-color: #7C775C; }
span { border-color: rgb(124,119,92); }
td.TdClassName
{
border-color: #7C775C;
}
.TagClassName
{
border-color: #7C775C;
}
</style>