Shades of Kokoda #767253
Tints of Kokoda #767253
RGB
CMYK
RGB Variations
Color information
#767253 (or 0x767253) is known color: Kokoda. HEX triplet: 76, 72 and 53. RGB value is (118,114,83). Sum of RGB (Red+Green+Blue) = 118+114+83=315 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.46% from 315); Green value is 114 (44.92% from 255 or 36.19% from 315); Blue value is 83 (32.81% from 255 or 26.35% from 315); Max value from RGB is 118 - color contains mainly: red. Hex color #767253 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767253 is #898DAC. Grayscale: #6F6F6F. Windows color (decimal): -9014701 or 5468790. OLE color: 5468790.
HSL color Cylindrical-coordinate representation of color #767253: hue angle of 53.14º degrees, saturation: 0.17, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #767253 is Cyan = 0, Magento = 0.03, Yellow = 0.30 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 114 | 83 | - |
| CMYK | 0 | 0.03 | 0.30 | 0.54 |
| HSL | 53.14º | 0.17% | 0.39% | - |
| HSV(B) | 53.14º | 0.3% | 0.46% | - |
| XYZ | 15.05 | 16.51 | 10.58 | - |
| YUV | 111.66 | 111.83 | 132.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 114 | 83 | 0 | 0.03 | 0.30 | 0.54 | 53.14 | 0.17 | 0.39 |
| Hex | 76 | 72 | 53 | 0 | 3 | 1E | 36 | 35 | 11 | 27 |
| Octal | 166 | 162 | 123 | 0 | 3 | 36 | 66 | 65 | 21 | 47 |
| Binary | 1110110 | 1110010 | 1010011 | 0 | 11 | 11110 | 110110 | 110101 | 10001 | 100111 |
Color Harmonies of #767253
Complementary color
Monochromatic Colors of #767253
Black with #767253
Text Example
Text Example
White with #767253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767253; }
p { color: rgb(118,114,83); }
H1.HeaderClassName
{
color: #767253;
}
.AnyTagClassName
{
color: #767253;
}
</style>
background-color css
<style>
a { background-color: #767253; }
a { background-color: rgb(118,114,83); }
div.DivClassName
{
background-color: #767253;
}
.BgClassName
{
background-color: #767253;
}
</style>
border-color css
<style>
span { border-color: #767253; }
span { border-color: rgb(118,114,83); }
td.TdClassName
{
border-color: #767253;
}
.TagClassName
{
border-color: #767253;
}
</style>