Shades of Crete #756D30
Tints of Crete #756D30
RGB
CMYK
RGB Variations
Color information
#756D30 (or 0x756D30) is known color: Crete. HEX triplet: 75, 6D and 30. RGB value is (117,109,48). Sum of RGB (Red+Green+Blue) = 117+109+48=274 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.70% from 274); Green value is 109 (42.97% from 255 or 39.78% from 274); Blue value is 48 (19.14% from 255 or 17.52% from 274); Max value from RGB is 117 - color contains mainly: red. Hex color #756D30 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756D30 is #8A92CF. Grayscale: #686868. Windows color (decimal): -9081552 or 3173749. OLE color: 3173749.
HSL color Cylindrical-coordinate representation of color #756D30: hue angle of 53.04º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #756D30 is Cyan = 0, Magento = 0.07, Yellow = 0.59 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 109 | 48 | - |
| CMYK | 0 | 0.07 | 0.59 | 0.54 |
| HSL | 53.04º | 0.42% | 0.32% | - |
| HSV(B) | 53.04º | 0.59% | 0.46% | - |
| XYZ | 13.34 | 14.93 | 4.98 | - |
| YUV | 104.44 | 96.15 | 136.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 109 | 48 | 0 | 0.07 | 0.59 | 0.54 | 53.04 | 0.42 | 0.32 |
| Hex | 75 | 6D | 30 | 0 | 7 | 3B | 36 | 35 | 2A | 20 |
| Octal | 165 | 155 | 60 | 0 | 7 | 73 | 66 | 65 | 52 | 40 |
| Binary | 1110101 | 1101101 | 110000 | 0 | 111 | 111011 | 110110 | 110101 | 101010 | 100000 |
Color Harmonies of #756D30
Complementary color
Monochromatic Colors of #756D30
Black with #756D30
Text Example
Text Example
White with #756D30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756D30; }
p { color: rgb(117,109,48); }
H1.HeaderClassName
{
color: #756D30;
}
.AnyTagClassName
{
color: #756D30;
}
</style>
background-color css
<style>
a { background-color: #756D30; }
a { background-color: rgb(117,109,48); }
div.DivClassName
{
background-color: #756D30;
}
.BgClassName
{
background-color: #756D30;
}
</style>
border-color css
<style>
span { border-color: #756D30; }
span { border-color: rgb(117,109,48); }
td.TdClassName
{
border-color: #756D30;
}
.TagClassName
{
border-color: #756D30;
}
</style>