Shades of Kokoda #7C7B4D
Tints of Kokoda #7C7B4D
RGB
CMYK
RGB Variations
Color information
#7C7B4D (or 0x7C7B4D) is known color: Kokoda. HEX triplet: 7C, 7B and 4D. RGB value is (124,123,77). Sum of RGB (Red+Green+Blue) = 124+123+77=324 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.27% from 324); Green value is 123 (48.44% from 255 or 37.96% from 324); Blue value is 77 (30.47% from 255 or 23.77% from 324); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7B4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C7B4D is #8384B2. Grayscale: #767676. Windows color (decimal): -8619187 or 5077884. OLE color: 5077884.
HSL color Cylindrical-coordinate representation of color #7C7B4D: hue angle of 58.72º degrees, saturation: 0.23, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7C7B4D is Cyan = 0, Magento = 0.01, Yellow = 0.38 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 123 | 77 | - |
| CMYK | 0 | 0.01 | 0.38 | 0.51 |
| HSL | 58.72º | 0.23% | 0.39% | - |
| HSV(B) | 58.72º | 0.38% | 0.49% | - |
| XYZ | 16.73 | 18.99 | 9.8 | - |
| YUV | 118.06 | 104.83 | 132.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 123 | 77 | 0 | 0.01 | 0.38 | 0.51 | 58.72 | 0.23 | 0.39 |
| Hex | 7C | 7B | 4D | 0 | 1 | 26 | 33 | 3B | 17 | 27 |
| Octal | 174 | 173 | 115 | 0 | 1 | 46 | 63 | 73 | 27 | 47 |
| Binary | 1111100 | 1111011 | 1001101 | 0 | 1 | 100110 | 110011 | 111011 | 10111 | 100111 |
Color Harmonies of #7C7B4D
Complementary color
Monochromatic Colors of #7C7B4D
Black with #7C7B4D
Text Example
Text Example
White with #7C7B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C7B4D; }
p { color: rgb(124,123,77); }
H1.HeaderClassName
{
color: #7C7B4D;
}
.AnyTagClassName
{
color: #7C7B4D;
}
</style>
background-color css
<style>
a { background-color: #7C7B4D; }
a { background-color: rgb(124,123,77); }
div.DivClassName
{
background-color: #7C7B4D;
}
.BgClassName
{
background-color: #7C7B4D;
}
</style>
border-color css
<style>
span { border-color: #7C7B4D; }
span { border-color: rgb(124,123,77); }
td.TdClassName
{
border-color: #7C7B4D;
}
.TagClassName
{
border-color: #7C7B4D;
}
</style>