Shades of Kokoda #7A795B
Tints of Kokoda #7A795B
RGB
CMYK
RGB Variations
Color information
#7A795B (or 0x7A795B) is known color: Kokoda. HEX triplet: 7A, 79 and 5B. RGB value is (122,121,91). Sum of RGB (Red+Green+Blue) = 122+121+91=334 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.53% from 334); Green value is 121 (47.66% from 255 or 36.23% from 334); Blue value is 91 (35.94% from 255 or 27.25% from 334); Max value from RGB is 122 - color contains mainly: red. Hex color #7A795B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A795B is #8586A4. Grayscale: #767676. Windows color (decimal): -8750757 or 5994874. OLE color: 5994874.
HSL color Cylindrical-coordinate representation of color #7A795B: hue angle of 58.06º degrees, saturation: 0.15, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #7A795B is Cyan = 0, Magento = 0.01, Yellow = 0.25 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 121 | 91 | - |
| CMYK | 0 | 0.01 | 0.25 | 0.52 |
| HSL | 58.06º | 0.15% | 0.42% | - |
| HSV(B) | 58.06º | 0.25% | 0.48% | - |
| XYZ | 16.75 | 18.57 | 12.6 | - |
| YUV | 117.88 | 112.83 | 130.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 121 | 91 | 0 | 0.01 | 0.25 | 0.52 | 58.06 | 0.15 | 0.42 |
| Hex | 7A | 79 | 5B | 0 | 1 | 19 | 34 | 3A | F | 2A |
| Octal | 172 | 171 | 133 | 0 | 1 | 31 | 64 | 72 | 17 | 52 |
| Binary | 1111010 | 1111001 | 1011011 | 0 | 1 | 11001 | 110100 | 111010 | 1111 | 101010 |
Color Harmonies of #7A795B
Complementary color
Monochromatic Colors of #7A795B
Black with #7A795B
Text Example
Text Example
White with #7A795B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A795B; }
p { color: rgb(122,121,91); }
H1.HeaderClassName
{
color: #7A795B;
}
.AnyTagClassName
{
color: #7A795B;
}
</style>
background-color css
<style>
a { background-color: #7A795B; }
a { background-color: rgb(122,121,91); }
div.DivClassName
{
background-color: #7A795B;
}
.BgClassName
{
background-color: #7A795B;
}
</style>
border-color css
<style>
span { border-color: #7A795B; }
span { border-color: rgb(122,121,91); }
td.TdClassName
{
border-color: #7A795B;
}
.TagClassName
{
border-color: #7A795B;
}
</style>