Shades of Kokoda #79785A
Tints of Kokoda #79785A
RGB
CMYK
RGB Variations
Color information
#79785A (or 0x79785A) is known color: Kokoda. HEX triplet: 79, 78 and 5A. RGB value is (121,120,90). Sum of RGB (Red+Green+Blue) = 121+120+90=331 (43% of max value = 765). Red value is 121 (47.66% from 255 or 36.56% from 331); Green value is 120 (47.27% from 255 or 36.25% from 331); Blue value is 90 (35.55% from 255 or 27.19% from 331); Max value from RGB is 121 - color contains mainly: red. Hex color #79785A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #79785A is #8687A5. Grayscale: #757575. Windows color (decimal): -8816550 or 5929081. OLE color: 5929081.
HSL color Cylindrical-coordinate representation of color #79785A: hue angle of 58.06º degrees, saturation: 0.15, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #79785A is Cyan = 0, Magento = 0.01, Yellow = 0.26 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 120 | 90 | - |
| CMYK | 0 | 0.01 | 0.26 | 0.53 |
| HSL | 58.06º | 0.15% | 0.41% | - |
| HSV(B) | 58.06º | 0.26% | 0.47% | - |
| XYZ | 16.45 | 18.24 | 12.33 | - |
| YUV | 116.88 | 112.83 | 130.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 120 | 90 | 0 | 0.01 | 0.26 | 0.53 | 58.06 | 0.15 | 0.41 |
| Hex | 79 | 78 | 5A | 0 | 1 | 1A | 35 | 3A | F | 29 |
| Octal | 171 | 170 | 132 | 0 | 1 | 32 | 65 | 72 | 17 | 51 |
| Binary | 1111001 | 1111000 | 1011010 | 0 | 1 | 11010 | 110101 | 111010 | 1111 | 101001 |
Color Harmonies of #79785A
Complementary color
Monochromatic Colors of #79785A
Black with #79785A
Text Example
Text Example
White with #79785A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79785A; }
p { color: rgb(121,120,90); }
H1.HeaderClassName
{
color: #79785A;
}
.AnyTagClassName
{
color: #79785A;
}
</style>
background-color css
<style>
a { background-color: #79785A; }
a { background-color: rgb(121,120,90); }
div.DivClassName
{
background-color: #79785A;
}
.BgClassName
{
background-color: #79785A;
}
</style>
border-color css
<style>
span { border-color: #79785A; }
span { border-color: rgb(121,120,90); }
td.TdClassName
{
border-color: #79785A;
}
.TagClassName
{
border-color: #79785A;
}
</style>