Shades of Crete #756D31
Tints of Crete #756D31
RGB
CMYK
RGB Variations
Color information
#756D31 (or 0x756D31) is known color: Crete. HEX triplet: 75, 6D and 31. RGB value is (117,109,49). Sum of RGB (Red+Green+Blue) = 117+109+49=275 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.55% from 275); Green value is 109 (42.97% from 255 or 39.64% from 275); Blue value is 49 (19.53% from 255 or 17.82% from 275); Max value from RGB is 117 - color contains mainly: red. Hex color #756D31 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756D31 is #8A92CE. Grayscale: #686868. Windows color (decimal): -9081551 or 3239285. OLE color: 3239285.
HSL color Cylindrical-coordinate representation of color #756D31: hue angle of 52.94º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #756D31 is Cyan = 0, Magento = 0.07, Yellow = 0.58 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 109 | 49 | - |
| CMYK | 0 | 0.07 | 0.58 | 0.54 |
| HSL | 52.94º | 0.41% | 0.33% | - |
| HSV(B) | 52.94º | 0.58% | 0.46% | - |
| XYZ | 13.36 | 14.94 | 5.09 | - |
| YUV | 104.55 | 96.65 | 136.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 109 | 49 | 0 | 0.07 | 0.58 | 0.54 | 52.94 | 0.41 | 0.33 |
| Hex | 75 | 6D | 31 | 0 | 7 | 3A | 36 | 35 | 29 | 21 |
| Octal | 165 | 155 | 61 | 0 | 7 | 72 | 66 | 65 | 51 | 41 |
| Binary | 1110101 | 1101101 | 110001 | 0 | 111 | 111010 | 110110 | 110101 | 101001 | 100001 |
Color Harmonies of #756D31
Complementary color
Monochromatic Colors of #756D31
Black with #756D31
Text Example
Text Example
White with #756D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756D31; }
p { color: rgb(117,109,49); }
H1.HeaderClassName
{
color: #756D31;
}
.AnyTagClassName
{
color: #756D31;
}
</style>
background-color css
<style>
a { background-color: #756D31; }
a { background-color: rgb(117,109,49); }
div.DivClassName
{
background-color: #756D31;
}
.BgClassName
{
background-color: #756D31;
}
</style>
border-color css
<style>
span { border-color: #756D31; }
span { border-color: rgb(117,109,49); }
td.TdClassName
{
border-color: #756D31;
}
.TagClassName
{
border-color: #756D31;
}
</style>