Shades of Kokoda #7A795F
Tints of Kokoda #7A795F
RGB
CMYK
RGB Variations
Color information
#7A795F (or 0x7A795F) is known color: Kokoda. HEX triplet: 7A, 79 and 5F. RGB value is (122,121,95). Sum of RGB (Red+Green+Blue) = 122+121+95=338 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.09% from 338); Green value is 121 (47.66% from 255 or 35.80% from 338); Blue value is 95 (37.5% from 255 or 28.11% from 338); Max value from RGB is 122 - color contains mainly: red. Hex color #7A795F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A795F is #8586A0. Grayscale: #767676. Windows color (decimal): -8750753 or 6257018. OLE color: 6257018.
HSL color Cylindrical-coordinate representation of color #7A795F: hue angle of 57.78º degrees, saturation: 0.12, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #7A795F is Cyan = 0, Magento = 0.01, Yellow = 0.22 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 121 | 95 | - |
| CMYK | 0 | 0.01 | 0.22 | 0.52 |
| HSL | 57.78º | 0.12% | 0.43% | - |
| HSV(B) | 57.78º | 0.22% | 0.48% | - |
| XYZ | 16.93 | 18.64 | 13.53 | - |
| YUV | 118.34 | 114.83 | 130.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 121 | 95 | 0 | 0.01 | 0.22 | 0.52 | 57.78 | 0.12 | 0.43 |
| Hex | 7A | 79 | 5F | 0 | 1 | 16 | 34 | 3A | C | 2B |
| Octal | 172 | 171 | 137 | 0 | 1 | 26 | 64 | 72 | 14 | 53 |
| Binary | 1111010 | 1111001 | 1011111 | 0 | 1 | 10110 | 110100 | 111010 | 1100 | 101011 |
Color Harmonies of #7A795F
Complementary color
Monochromatic Colors of #7A795F
Black with #7A795F
Text Example
Text Example
White with #7A795F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A795F; }
p { color: rgb(122,121,95); }
H1.HeaderClassName
{
color: #7A795F;
}
.AnyTagClassName
{
color: #7A795F;
}
</style>
background-color css
<style>
a { background-color: #7A795F; }
a { background-color: rgb(122,121,95); }
div.DivClassName
{
background-color: #7A795F;
}
.BgClassName
{
background-color: #7A795F;
}
</style>
border-color css
<style>
span { border-color: #7A795F; }
span { border-color: rgb(122,121,95); }
td.TdClassName
{
border-color: #7A795F;
}
.TagClassName
{
border-color: #7A795F;
}
</style>