Shades of Kokoda #7D7951
Tints of Kokoda #7D7951
RGB
CMYK
RGB Variations
Color information
#7D7951 (or 0x7D7951) is known color: Kokoda. HEX triplet: 7D, 79 and 51. RGB value is (125,121,81). Sum of RGB (Red+Green+Blue) = 125+121+81=327 (43% of max value = 765). Red value is 125 (49.22% from 255 or 38.23% from 327); Green value is 121 (47.66% from 255 or 37.00% from 327); Blue value is 81 (32.03% from 255 or 24.77% from 327); Max value from RGB is 125 - color contains mainly: red. Hex color #7D7951 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D7951 is #8286AE. Grayscale: #757575. Windows color (decimal): -8554159 or 5339517. OLE color: 5339517.
HSL color Cylindrical-coordinate representation of color #7D7951: hue angle of 54.55º degrees, saturation: 0.21, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7D7951 is Cyan = 0, Magento = 0.03, Yellow = 0.35 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 121 | 81 | - |
| CMYK | 0 | 0.03 | 0.35 | 0.51 |
| HSL | 54.55º | 0.21% | 0.4% | - |
| HSV(B) | 54.55º | 0.35% | 0.49% | - |
| XYZ | 16.78 | 18.63 | 10.5 | - |
| YUV | 117.64 | 107.33 | 133.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 121 | 81 | 0 | 0.03 | 0.35 | 0.51 | 54.55 | 0.21 | 0.4 |
| Hex | 7D | 79 | 51 | 0 | 3 | 23 | 33 | 37 | 15 | 28 |
| Octal | 175 | 171 | 121 | 0 | 3 | 43 | 63 | 67 | 25 | 50 |
| Binary | 1111101 | 1111001 | 1010001 | 0 | 11 | 100011 | 110011 | 110111 | 10101 | 101000 |
Color Harmonies of #7D7951
Complementary color
Monochromatic Colors of #7D7951
Black with #7D7951
Text Example
Text Example
White with #7D7951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D7951; }
p { color: rgb(125,121,81); }
H1.HeaderClassName
{
color: #7D7951;
}
.AnyTagClassName
{
color: #7D7951;
}
</style>
background-color css
<style>
a { background-color: #7D7951; }
a { background-color: rgb(125,121,81); }
div.DivClassName
{
background-color: #7D7951;
}
.BgClassName
{
background-color: #7D7951;
}
</style>
border-color css
<style>
span { border-color: #7D7951; }
span { border-color: rgb(125,121,81); }
td.TdClassName
{
border-color: #7D7951;
}
.TagClassName
{
border-color: #7D7951;
}
</style>