Shades of Kokoda #79765A
Tints of Kokoda #79765A
RGB
CMYK
RGB Variations
Color information
#79765A (or 0x79765A) is known color: Kokoda. HEX triplet: 79, 76 and 5A. RGB value is (121,118,90). Sum of RGB (Red+Green+Blue) = 121+118+90=329 (43% of max value = 765). Red value is 121 (47.66% from 255 or 36.78% from 329); Green value is 118 (46.48% from 255 or 35.87% from 329); Blue value is 90 (35.55% from 255 or 27.36% from 329); Max value from RGB is 121 - color contains mainly: red. Hex color #79765A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #79765A is #8689A5. Grayscale: #737373. Windows color (decimal): -8817062 or 5928569. OLE color: 5928569.
HSL color Cylindrical-coordinate representation of color #79765A: hue angle of 54.19º 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 #79765A is Cyan = 0, Magento = 0.02, Yellow = 0.26 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 118 | 90 | - |
| CMYK | 0 | 0.02 | 0.26 | 0.53 |
| HSL | 54.19º | 0.15% | 0.41% | - |
| HSV(B) | 54.19º | 0.26% | 0.47% | - |
| XYZ | 16.21 | 17.76 | 12.25 | - |
| YUV | 115.71 | 113.49 | 131.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 118 | 90 | 0 | 0.02 | 0.26 | 0.53 | 54.19 | 0.15 | 0.41 |
| Hex | 79 | 76 | 5A | 0 | 2 | 1A | 35 | 36 | F | 29 |
| Octal | 171 | 166 | 132 | 0 | 2 | 32 | 65 | 66 | 17 | 51 |
| Binary | 1111001 | 1110110 | 1011010 | 0 | 10 | 11010 | 110101 | 110110 | 1111 | 101001 |
Color Harmonies of #79765A
Complementary color
Monochromatic Colors of #79765A
Black with #79765A
Text Example
Text Example
White with #79765A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79765A; }
p { color: rgb(121,118,90); }
H1.HeaderClassName
{
color: #79765A;
}
.AnyTagClassName
{
color: #79765A;
}
</style>
background-color css
<style>
a { background-color: #79765A; }
a { background-color: rgb(121,118,90); }
div.DivClassName
{
background-color: #79765A;
}
.BgClassName
{
background-color: #79765A;
}
</style>
border-color css
<style>
span { border-color: #79765A; }
span { border-color: rgb(121,118,90); }
td.TdClassName
{
border-color: #79765A;
}
.TagClassName
{
border-color: #79765A;
}
</style>