Shades of Kokoda #75735A
Tints of Kokoda #75735A
RGB
CMYK
RGB Variations
Color information
#75735A (or 0x75735A) is known color: Kokoda. HEX triplet: 75, 73 and 5A. RGB value is (117,115,90). Sum of RGB (Red+Green+Blue) = 117+115+90=322 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.34% from 322); Green value is 115 (45.31% from 255 or 35.71% from 322); Blue value is 90 (35.55% from 255 or 27.95% from 322); Max value from RGB is 117 - color contains mainly: red. Hex color #75735A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75735A is #8A8CA5. Grayscale: #707070. Windows color (decimal): -9079974 or 5927797. OLE color: 5927797.
HSL color Cylindrical-coordinate representation of color #75735A: hue angle of 55.56º degrees, saturation: 0.13, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #75735A is Cyan = 0, Magento = 0.02, Yellow = 0.23 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 115 | 90 | - |
| CMYK | 0 | 0.02 | 0.23 | 0.54 |
| HSL | 55.56º | 0.13% | 0.41% | - |
| HSV(B) | 55.56º | 0.23% | 0.46% | - |
| XYZ | 15.31 | 16.78 | 12.1 | - |
| YUV | 112.75 | 115.16 | 131.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 115 | 90 | 0 | 0.02 | 0.23 | 0.54 | 55.56 | 0.13 | 0.41 |
| Hex | 75 | 73 | 5A | 0 | 2 | 17 | 36 | 38 | D | 29 |
| Octal | 165 | 163 | 132 | 0 | 2 | 27 | 66 | 70 | 15 | 51 |
| Binary | 1110101 | 1110011 | 1011010 | 0 | 10 | 10111 | 110110 | 111000 | 1101 | 101001 |
Color Harmonies of #75735A
Complementary color
Monochromatic Colors of #75735A
Black with #75735A
Text Example
Text Example
White with #75735A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75735A; }
p { color: rgb(117,115,90); }
H1.HeaderClassName
{
color: #75735A;
}
.AnyTagClassName
{
color: #75735A;
}
</style>
background-color css
<style>
a { background-color: #75735A; }
a { background-color: rgb(117,115,90); }
div.DivClassName
{
background-color: #75735A;
}
.BgClassName
{
background-color: #75735A;
}
</style>
border-color css
<style>
span { border-color: #75735A; }
span { border-color: rgb(117,115,90); }
td.TdClassName
{
border-color: #75735A;
}
.TagClassName
{
border-color: #75735A;
}
</style>