Shades of Crete #756E33
Tints of Crete #756E33
RGB
CMYK
RGB Variations
Color information
#756E33 (or 0x756E33) is known color: Crete. HEX triplet: 75, 6E and 33. RGB value is (117,110,51). Sum of RGB (Red+Green+Blue) = 117+110+51=278 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.09% from 278); Green value is 110 (43.36% from 255 or 39.57% from 278); Blue value is 51 (20.31% from 255 or 18.35% from 278); Max value from RGB is 117 - color contains mainly: red. Hex color #756E33 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756E33 is #8A91CC. Grayscale: #696969. Windows color (decimal): -9081293 or 3370613. OLE color: 3370613.
HSL color Cylindrical-coordinate representation of color #756E33: hue angle of 53.64º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #756E33 is Cyan = 0, Magento = 0.06, Yellow = 0.56 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 110 | 51 | - |
| CMYK | 0 | 0.06 | 0.56 | 0.54 |
| HSL | 53.64º | 0.39% | 0.33% | - |
| HSV(B) | 53.64º | 0.56% | 0.46% | - |
| XYZ | 13.51 | 15.17 | 5.35 | - |
| YUV | 105.37 | 97.32 | 136.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 110 | 51 | 0 | 0.06 | 0.56 | 0.54 | 53.64 | 0.39 | 0.33 |
| Hex | 75 | 6E | 33 | 0 | 6 | 38 | 36 | 36 | 27 | 21 |
| Octal | 165 | 156 | 63 | 0 | 6 | 70 | 66 | 66 | 47 | 41 |
| Binary | 1110101 | 1101110 | 110011 | 0 | 110 | 111000 | 110110 | 110110 | 100111 | 100001 |
Color Harmonies of #756E33
Complementary color
Monochromatic Colors of #756E33
Black with #756E33
Text Example
Text Example
White with #756E33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756E33; }
p { color: rgb(117,110,51); }
H1.HeaderClassName
{
color: #756E33;
}
.AnyTagClassName
{
color: #756E33;
}
</style>
background-color css
<style>
a { background-color: #756E33; }
a { background-color: rgb(117,110,51); }
div.DivClassName
{
background-color: #756E33;
}
.BgClassName
{
background-color: #756E33;
}
</style>
border-color css
<style>
span { border-color: #756E33; }
span { border-color: rgb(117,110,51); }
td.TdClassName
{
border-color: #756E33;
}
.TagClassName
{
border-color: #756E33;
}
</style>