Shades of Kokoda #767255
Tints of Kokoda #767255
RGB
CMYK
RGB Variations
Color information
#767255 (or 0x767255) is known color: Kokoda. HEX triplet: 76, 72 and 55. RGB value is (118,114,85). Sum of RGB (Red+Green+Blue) = 118+114+85=317 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.22% from 317); Green value is 114 (44.92% from 255 or 35.96% from 317); Blue value is 85 (33.59% from 255 or 26.81% from 317); Max value from RGB is 118 - color contains mainly: red. Hex color #767255 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767255 is #898DAA. Grayscale: #707070. Windows color (decimal): -9014699 or 5599862. OLE color: 5599862.
HSL color Cylindrical-coordinate representation of color #767255: hue angle of 52.73º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #767255 is Cyan = 0, Magento = 0.03, Yellow = 0.28 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 114 | 85 | - |
| CMYK | 0 | 0.03 | 0.28 | 0.54 |
| HSL | 52.73º | 0.16% | 0.4% | - |
| HSV(B) | 52.73º | 0.28% | 0.46% | - |
| XYZ | 15.13 | 16.54 | 10.99 | - |
| YUV | 111.89 | 112.83 | 132.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 114 | 85 | 0 | 0.03 | 0.28 | 0.54 | 52.73 | 0.16 | 0.4 |
| Hex | 76 | 72 | 55 | 0 | 3 | 1C | 36 | 35 | 10 | 28 |
| Octal | 166 | 162 | 125 | 0 | 3 | 34 | 66 | 65 | 20 | 50 |
| Binary | 1110110 | 1110010 | 1010101 | 0 | 11 | 11100 | 110110 | 110101 | 10000 | 101000 |
Color Harmonies of #767255
Complementary color
Monochromatic Colors of #767255
Black with #767255
Text Example
Text Example
White with #767255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767255; }
p { color: rgb(118,114,85); }
H1.HeaderClassName
{
color: #767255;
}
.AnyTagClassName
{
color: #767255;
}
</style>
background-color css
<style>
a { background-color: #767255; }
a { background-color: rgb(118,114,85); }
div.DivClassName
{
background-color: #767255;
}
.BgClassName
{
background-color: #767255;
}
</style>
border-color css
<style>
span { border-color: #767255; }
span { border-color: rgb(118,114,85); }
td.TdClassName
{
border-color: #767255;
}
.TagClassName
{
border-color: #767255;
}
</style>