Shades of Crete #756F34
Tints of Crete #756F34
RGB
CMYK
RGB Variations
Color information
#756F34 (or 0x756F34) is known color: Crete. HEX triplet: 75, 6F and 34. RGB value is (117,111,52). Sum of RGB (Red+Green+Blue) = 117+111+52=280 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.79% from 280); Green value is 111 (43.75% from 255 or 39.64% from 280); Blue value is 52 (20.70% from 255 or 18.57% from 280); Max value from RGB is 117 - color contains mainly: red. Hex color #756F34 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756F34 is #8A90CB. Grayscale: #6A6A6A. Windows color (decimal): -9081036 or 3436405. OLE color: 3436405.
HSL color Cylindrical-coordinate representation of color #756F34: hue angle of 54.46º degrees, saturation: 0.38, 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 #756F34 is Cyan = 0, Magento = 0.05, Yellow = 0.56 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 111 | 52 | - |
| CMYK | 0 | 0.05 | 0.56 | 0.54 |
| HSL | 54.46º | 0.38% | 0.33% | - |
| HSV(B) | 54.46º | 0.56% | 0.46% | - |
| XYZ | 13.64 | 15.4 | 5.5 | - |
| YUV | 106.07 | 97.49 | 135.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 111 | 52 | 0 | 0.05 | 0.56 | 0.54 | 54.46 | 0.38 | 0.33 |
| Hex | 75 | 6F | 34 | 0 | 5 | 38 | 36 | 36 | 26 | 21 |
| Octal | 165 | 157 | 64 | 0 | 5 | 70 | 66 | 66 | 46 | 41 |
| Binary | 1110101 | 1101111 | 110100 | 0 | 101 | 111000 | 110110 | 110110 | 100110 | 100001 |
Color Harmonies of #756F34
Complementary color
Monochromatic Colors of #756F34
Black with #756F34
Text Example
Text Example
White with #756F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756F34; }
p { color: rgb(117,111,52); }
H1.HeaderClassName
{
color: #756F34;
}
.AnyTagClassName
{
color: #756F34;
}
</style>
background-color css
<style>
a { background-color: #756F34; }
a { background-color: rgb(117,111,52); }
div.DivClassName
{
background-color: #756F34;
}
.BgClassName
{
background-color: #756F34;
}
</style>
border-color css
<style>
span { border-color: #756F34; }
span { border-color: rgb(117,111,52); }
td.TdClassName
{
border-color: #756F34;
}
.TagClassName
{
border-color: #756F34;
}
</style>