Shades of Kokoda #7D795B
Tints of Kokoda #7D795B
RGB
CMYK
RGB Variations
Color information
#7D795B (or 0x7D795B) is known color: Kokoda. HEX triplet: 7D, 79 and 5B. RGB value is (125,121,91). Sum of RGB (Red+Green+Blue) = 125+121+91=337 (44% of max value = 765). Red value is 125 (49.22% from 255 or 37.09% from 337); Green value is 121 (47.66% from 255 or 35.91% from 337); Blue value is 91 (35.94% from 255 or 27.00% from 337); Max value from RGB is 125 - color contains mainly: red. Hex color #7D795B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D795B is #8286A4. Grayscale: #767676. Windows color (decimal): -8554149 or 5994877. OLE color: 5994877.
HSL color Cylindrical-coordinate representation of color #7D795B: hue angle of 52.94º degrees, saturation: 0.16, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7D795B is Cyan = 0, Magento = 0.03, Yellow = 0.27 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 121 | 91 | - |
| CMYK | 0 | 0.03 | 0.27 | 0.51 |
| HSL | 52.94º | 0.16% | 0.42% | - |
| HSV(B) | 52.94º | 0.27% | 0.49% | - |
| XYZ | 17.18 | 18.79 | 12.62 | - |
| YUV | 118.78 | 112.33 | 132.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 121 | 91 | 0 | 0.03 | 0.27 | 0.51 | 52.94 | 0.16 | 0.42 |
| Hex | 7D | 79 | 5B | 0 | 3 | 1B | 33 | 35 | 10 | 2A |
| Octal | 175 | 171 | 133 | 0 | 3 | 33 | 63 | 65 | 20 | 52 |
| Binary | 1111101 | 1111001 | 1011011 | 0 | 11 | 11011 | 110011 | 110101 | 10000 | 101010 |
Color Harmonies of #7D795B
Complementary color
Monochromatic Colors of #7D795B
Black with #7D795B
Text Example
Text Example
White with #7D795B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D795B; }
p { color: rgb(125,121,91); }
H1.HeaderClassName
{
color: #7D795B;
}
.AnyTagClassName
{
color: #7D795B;
}
</style>
background-color css
<style>
a { background-color: #7D795B; }
a { background-color: rgb(125,121,91); }
div.DivClassName
{
background-color: #7D795B;
}
.BgClassName
{
background-color: #7D795B;
}
</style>
border-color css
<style>
span { border-color: #7D795B; }
span { border-color: rgb(125,121,91); }
td.TdClassName
{
border-color: #7D795B;
}
.TagClassName
{
border-color: #7D795B;
}
</style>