Shades of Kokoda #7D7752
Tints of Kokoda #7D7752
RGB
CMYK
RGB Variations
Color information
#7D7752 (or 0x7D7752) is known color: Kokoda. HEX triplet: 7D, 77 and 52. RGB value is (125,119,82). Sum of RGB (Red+Green+Blue) = 125+119+82=326 (43% of max value = 765). Red value is 125 (49.22% from 255 or 38.34% from 326); Green value is 119 (46.88% from 255 or 36.50% from 326); Blue value is 82 (32.42% from 255 or 25.15% from 326); Max value from RGB is 125 - color contains mainly: red. Hex color #7D7752 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D7752 is #8288AD. Grayscale: #747474. Windows color (decimal): -8554670 or 5404541. OLE color: 5404541.
HSL color Cylindrical-coordinate representation of color #7D7752: hue angle of 51.63º degrees, saturation: 0.21, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7D7752 is Cyan = 0, Magento = 0.05, Yellow = 0.34 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 119 | 82 | - |
| CMYK | 0 | 0.05 | 0.34 | 0.51 |
| HSL | 51.63º | 0.21% | 0.41% | - |
| HSV(B) | 51.63º | 0.34% | 0.49% | - |
| XYZ | 16.58 | 18.16 | 10.61 | - |
| YUV | 116.58 | 108.49 | 134.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 119 | 82 | 0 | 0.05 | 0.34 | 0.51 | 51.63 | 0.21 | 0.41 |
| Hex | 7D | 77 | 52 | 0 | 5 | 22 | 33 | 34 | 15 | 29 |
| Octal | 175 | 167 | 122 | 0 | 5 | 42 | 63 | 64 | 25 | 51 |
| Binary | 1111101 | 1110111 | 1010010 | 0 | 101 | 100010 | 110011 | 110100 | 10101 | 101001 |
Color Harmonies of #7D7752
Complementary color
Monochromatic Colors of #7D7752
Black with #7D7752
Text Example
Text Example
White with #7D7752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D7752; }
p { color: rgb(125,119,82); }
H1.HeaderClassName
{
color: #7D7752;
}
.AnyTagClassName
{
color: #7D7752;
}
</style>
background-color css
<style>
a { background-color: #7D7752; }
a { background-color: rgb(125,119,82); }
div.DivClassName
{
background-color: #7D7752;
}
.BgClassName
{
background-color: #7D7752;
}
</style>
border-color css
<style>
span { border-color: #7D7752; }
span { border-color: rgb(125,119,82); }
td.TdClassName
{
border-color: #7D7752;
}
.TagClassName
{
border-color: #7D7752;
}
</style>