Shades of Kokoda #7A794A
Tints of Kokoda #7A794A
RGB
CMYK
RGB Variations
Color information
#7A794A (or 0x7A794A) is known color: Kokoda. HEX triplet: 7A, 79 and 4A. RGB value is (122,121,74). Sum of RGB (Red+Green+Blue) = 122+121+74=317 (41% of max value = 765). Red value is 122 (48.05% from 255 or 38.49% from 317); Green value is 121 (47.66% from 255 or 38.17% from 317); Blue value is 74 (29.30% from 255 or 23.34% from 317); Max value from RGB is 122 - color contains mainly: red. Hex color #7A794A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A794A is #8586B5. Grayscale: #747474. Windows color (decimal): -8750774 or 4880762. OLE color: 4880762.
HSL color Cylindrical-coordinate representation of color #7A794A: hue angle of 58.75º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7A794A is Cyan = 0, Magento = 0.01, Yellow = 0.39 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 121 | 74 | - |
| CMYK | 0 | 0.01 | 0.39 | 0.52 |
| HSL | 58.75º | 0.24% | 0.38% | - |
| HSV(B) | 58.75º | 0.39% | 0.48% | - |
| XYZ | 16.1 | 18.31 | 9.16 | - |
| YUV | 115.94 | 104.33 | 132.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 121 | 74 | 0 | 0.01 | 0.39 | 0.52 | 58.75 | 0.24 | 0.38 |
| Hex | 7A | 79 | 4A | 0 | 1 | 27 | 34 | 3B | 18 | 26 |
| Octal | 172 | 171 | 112 | 0 | 1 | 47 | 64 | 73 | 30 | 46 |
| Binary | 1111010 | 1111001 | 1001010 | 0 | 1 | 100111 | 110100 | 111011 | 11000 | 100110 |
Color Harmonies of #7A794A
Complementary color
Monochromatic Colors of #7A794A
Black with #7A794A
Text Example
Text Example
White with #7A794A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A794A; }
p { color: rgb(122,121,74); }
H1.HeaderClassName
{
color: #7A794A;
}
.AnyTagClassName
{
color: #7A794A;
}
</style>
background-color css
<style>
a { background-color: #7A794A; }
a { background-color: rgb(122,121,74); }
div.DivClassName
{
background-color: #7A794A;
}
.BgClassName
{
background-color: #7A794A;
}
</style>
border-color css
<style>
span { border-color: #7A794A; }
span { border-color: rgb(122,121,74); }
td.TdClassName
{
border-color: #7A794A;
}
.TagClassName
{
border-color: #7A794A;
}
</style>