Shades of Kokoda #7C795A
Tints of Kokoda #7C795A
RGB
CMYK
RGB Variations
Color information
#7C795A (or 0x7C795A) is known color: Kokoda. HEX triplet: 7C, 79 and 5A. RGB value is (124,121,90). Sum of RGB (Red+Green+Blue) = 124+121+90=335 (44% of max value = 765). Red value is 124 (48.83% from 255 or 37.01% from 335); Green value is 121 (47.66% from 255 or 36.12% from 335); Blue value is 90 (35.55% from 255 or 26.87% from 335); Max value from RGB is 124 - color contains mainly: red. Hex color #7C795A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C795A is #8386A5. Grayscale: #767676. Windows color (decimal): -8619686 or 5929340. OLE color: 5929340.
HSL color Cylindrical-coordinate representation of color #7C795A: hue angle of 54.71º degrees, saturation: 0.16, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7C795A is Cyan = 0, Magento = 0.02, Yellow = 0.27 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 121 | 90 | - |
| CMYK | 0 | 0.02 | 0.27 | 0.51 |
| HSL | 54.71º | 0.16% | 0.42% | - |
| HSV(B) | 54.71º | 0.27% | 0.49% | - |
| XYZ | 17 | 18.7 | 12.39 | - |
| YUV | 118.36 | 111.99 | 132.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 121 | 90 | 0 | 0.02 | 0.27 | 0.51 | 54.71 | 0.16 | 0.42 |
| Hex | 7C | 79 | 5A | 0 | 2 | 1B | 33 | 37 | 10 | 2A |
| Octal | 174 | 171 | 132 | 0 | 2 | 33 | 63 | 67 | 20 | 52 |
| Binary | 1111100 | 1111001 | 1011010 | 0 | 10 | 11011 | 110011 | 110111 | 10000 | 101010 |
Color Harmonies of #7C795A
Complementary color
Monochromatic Colors of #7C795A
Black with #7C795A
Text Example
Text Example
White with #7C795A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C795A; }
p { color: rgb(124,121,90); }
H1.HeaderClassName
{
color: #7C795A;
}
.AnyTagClassName
{
color: #7C795A;
}
</style>
background-color css
<style>
a { background-color: #7C795A; }
a { background-color: rgb(124,121,90); }
div.DivClassName
{
background-color: #7C795A;
}
.BgClassName
{
background-color: #7C795A;
}
</style>
border-color css
<style>
span { border-color: #7C795A; }
span { border-color: rgb(124,121,90); }
td.TdClassName
{
border-color: #7C795A;
}
.TagClassName
{
border-color: #7C795A;
}
</style>