Shades of Kokoda #7C7555
Tints of Kokoda #7C7555
RGB
CMYK
RGB Variations
Color information
#7C7555 (or 0x7C7555) is known color: Kokoda. HEX triplet: 7C, 75 and 55. RGB value is (124,117,85). Sum of RGB (Red+Green+Blue) = 124+117+85=326 (43% of max value = 765). Red value is 124 (48.83% from 255 or 38.04% from 326); Green value is 117 (46.09% from 255 or 35.89% from 326); Blue value is 85 (33.59% from 255 or 26.07% from 326); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7555 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C7555 is #838AAA. Grayscale: #737373. Windows color (decimal): -8620715 or 5600636. OLE color: 5600636.
HSL color Cylindrical-coordinate representation of color #7C7555: hue angle of 49.23º degrees, saturation: 0.19, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7C7555 is Cyan = 0, Magento = 0.06, Yellow = 0.31 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 117 | 85 | - |
| CMYK | 0 | 0.06 | 0.31 | 0.51 |
| HSL | 49.23º | 0.19% | 0.41% | - |
| HSV(B) | 49.23º | 0.31% | 0.49% | - |
| XYZ | 16.31 | 17.66 | 11.14 | - |
| YUV | 115.45 | 110.82 | 134.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 117 | 85 | 0 | 0.06 | 0.31 | 0.51 | 49.23 | 0.19 | 0.41 |
| Hex | 7C | 75 | 55 | 0 | 6 | 1F | 33 | 31 | 13 | 29 |
| Octal | 174 | 165 | 125 | 0 | 6 | 37 | 63 | 61 | 23 | 51 |
| Binary | 1111100 | 1110101 | 1010101 | 0 | 110 | 11111 | 110011 | 110001 | 10011 | 101001 |
Color Harmonies of #7C7555
Complementary color
Monochromatic Colors of #7C7555
Black with #7C7555
Text Example
Text Example
White with #7C7555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C7555; }
p { color: rgb(124,117,85); }
H1.HeaderClassName
{
color: #7C7555;
}
.AnyTagClassName
{
color: #7C7555;
}
</style>
background-color css
<style>
a { background-color: #7C7555; }
a { background-color: rgb(124,117,85); }
div.DivClassName
{
background-color: #7C7555;
}
.BgClassName
{
background-color: #7C7555;
}
</style>
border-color css
<style>
span { border-color: #7C7555; }
span { border-color: rgb(124,117,85); }
td.TdClassName
{
border-color: #7C7555;
}
.TagClassName
{
border-color: #7C7555;
}
</style>