Shades of Kokoda #7B765F
Tints of Kokoda #7B765F
RGB
CMYK
RGB Variations
Color information
#7B765F (or 0x7B765F) is known color: Kokoda. HEX triplet: 7B, 76 and 5F. RGB value is (123,118,95). Sum of RGB (Red+Green+Blue) = 123+118+95=336 (44% of max value = 765). Red value is 123 (48.44% from 255 or 36.61% from 336); Green value is 118 (46.48% from 255 or 35.12% from 336); Blue value is 95 (37.5% from 255 or 28.27% from 336); Max value from RGB is 123 - color contains mainly: red. Hex color #7B765F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B765F is #8489A0. Grayscale: #747474. Windows color (decimal): -8685985 or 6256251. OLE color: 6256251.
HSL color Cylindrical-coordinate representation of color #7B765F: hue angle of 49.29º degrees, saturation: 0.13, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #7B765F is Cyan = 0, Magento = 0.04, Yellow = 0.23 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 118 | 95 | - |
| CMYK | 0 | 0.04 | 0.23 | 0.52 |
| HSL | 49.29º | 0.13% | 0.43% | - |
| HSV(B) | 49.29º | 0.23% | 0.48% | - |
| XYZ | 16.71 | 17.99 | 13.42 | - |
| YUV | 116.87 | 115.66 | 132.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 118 | 95 | 0 | 0.04 | 0.23 | 0.52 | 49.29 | 0.13 | 0.43 |
| Hex | 7B | 76 | 5F | 0 | 4 | 17 | 34 | 31 | D | 2B |
| Octal | 173 | 166 | 137 | 0 | 4 | 27 | 64 | 61 | 15 | 53 |
| Binary | 1111011 | 1110110 | 1011111 | 0 | 100 | 10111 | 110100 | 110001 | 1101 | 101011 |
Color Harmonies of #7B765F
Complementary color
Monochromatic Colors of #7B765F
Black with #7B765F
Text Example
Text Example
White with #7B765F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B765F; }
p { color: rgb(123,118,95); }
H1.HeaderClassName
{
color: #7B765F;
}
.AnyTagClassName
{
color: #7B765F;
}
</style>
background-color css
<style>
a { background-color: #7B765F; }
a { background-color: rgb(123,118,95); }
div.DivClassName
{
background-color: #7B765F;
}
.BgClassName
{
background-color: #7B765F;
}
</style>
border-color css
<style>
span { border-color: #7B765F; }
span { border-color: rgb(123,118,95); }
td.TdClassName
{
border-color: #7B765F;
}
.TagClassName
{
border-color: #7B765F;
}
</style>