Shades of Kokoda #747250
Tints of Kokoda #747250
RGB
CMYK
RGB Variations
Color information
#747250 (or 0x747250) is known color: Kokoda. HEX triplet: 74, 72 and 50. RGB value is (116,114,80). Sum of RGB (Red+Green+Blue) = 116+114+80=310 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.42% from 310); Green value is 114 (44.92% from 255 or 36.77% from 310); Blue value is 80 (31.64% from 255 or 25.81% from 310); Max value from RGB is 116 - color contains mainly: red. Hex color #747250 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747250 is #8B8DAF. Grayscale: #6E6E6E. Windows color (decimal): -9145776 or 5272180. OLE color: 5272180.
HSL color Cylindrical-coordinate representation of color #747250: hue angle of 56.67º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #747250 is Cyan = 0, Magento = 0.02, Yellow = 0.31 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 114 | 80 | - |
| CMYK | 0 | 0.02 | 0.31 | 0.55 |
| HSL | 56.67º | 0.18% | 0.38% | - |
| HSV(B) | 56.67º | 0.31% | 0.45% | - |
| XYZ | 14.67 | 16.33 | 9.97 | - |
| YUV | 110.72 | 110.66 | 131.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 114 | 80 | 0 | 0.02 | 0.31 | 0.55 | 56.67 | 0.18 | 0.38 |
| Hex | 74 | 72 | 50 | 0 | 2 | 1F | 37 | 39 | 12 | 26 |
| Octal | 164 | 162 | 120 | 0 | 2 | 37 | 67 | 71 | 22 | 46 |
| Binary | 1110100 | 1110010 | 1010000 | 0 | 10 | 11111 | 110111 | 111001 | 10010 | 100110 |
Color Harmonies of #747250
Complementary color
Monochromatic Colors of #747250
Black with #747250
Text Example
Text Example
White with #747250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747250; }
p { color: rgb(116,114,80); }
H1.HeaderClassName
{
color: #747250;
}
.AnyTagClassName
{
color: #747250;
}
</style>
background-color css
<style>
a { background-color: #747250; }
a { background-color: rgb(116,114,80); }
div.DivClassName
{
background-color: #747250;
}
.BgClassName
{
background-color: #747250;
}
</style>
border-color css
<style>
span { border-color: #747250; }
span { border-color: rgb(116,114,80); }
td.TdClassName
{
border-color: #747250;
}
.TagClassName
{
border-color: #747250;
}
</style>