Shades of Kokoda #7D795E
Tints of Kokoda #7D795E
RGB
CMYK
RGB Variations
Color information
#7D795E (or 0x7D795E) is known color: Kokoda. HEX triplet: 7D, 79 and 5E. RGB value is (125,121,94). Sum of RGB (Red+Green+Blue) = 125+121+94=340 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.76% from 340); Green value is 121 (47.66% from 255 or 35.59% from 340); Blue value is 94 (37.11% from 255 or 27.65% from 340); Max value from RGB is 125 - color contains mainly: red. Hex color #7D795E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D795E is #8286A1. Grayscale: #777777. Windows color (decimal): -8554146 or 6191485. OLE color: 6191485.
HSL color Cylindrical-coordinate representation of color #7D795E: hue angle of 52.26º degrees, saturation: 0.14, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #7D795E is Cyan = 0, Magento = 0.03, Yellow = 0.25 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 121 | 94 | - |
| CMYK | 0 | 0.03 | 0.25 | 0.51 |
| HSL | 52.26º | 0.14% | 0.43% | - |
| HSV(B) | 52.26º | 0.25% | 0.49% | - |
| XYZ | 17.32 | 18.84 | 13.31 | - |
| YUV | 119.12 | 113.83 | 132.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 121 | 94 | 0 | 0.03 | 0.25 | 0.51 | 52.26 | 0.14 | 0.43 |
| Hex | 7D | 79 | 5E | 0 | 3 | 19 | 33 | 34 | E | 2B |
| Octal | 175 | 171 | 136 | 0 | 3 | 31 | 63 | 64 | 16 | 53 |
| Binary | 1111101 | 1111001 | 1011110 | 0 | 11 | 11001 | 110011 | 110100 | 1110 | 101011 |
Color Harmonies of #7D795E
Complementary color
Monochromatic Colors of #7D795E
Black with #7D795E
Text Example
Text Example
White with #7D795E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D795E; }
p { color: rgb(125,121,94); }
H1.HeaderClassName
{
color: #7D795E;
}
.AnyTagClassName
{
color: #7D795E;
}
</style>
background-color css
<style>
a { background-color: #7D795E; }
a { background-color: rgb(125,121,94); }
div.DivClassName
{
background-color: #7D795E;
}
.BgClassName
{
background-color: #7D795E;
}
</style>
border-color css
<style>
span { border-color: #7D795E; }
span { border-color: rgb(125,121,94); }
td.TdClassName
{
border-color: #7D795E;
}
.TagClassName
{
border-color: #7D795E;
}
</style>