Shades of Crete #756F3C
Tints of Crete #756F3C
RGB
CMYK
RGB Variations
Color information
#756F3C (or 0x756F3C) is known color: Crete. HEX triplet: 75, 6F and 3C. RGB value is (117,111,60). Sum of RGB (Red+Green+Blue) = 117+111+60=288 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.62% from 288); Green value is 111 (43.75% from 255 or 38.54% from 288); Blue value is 60 (23.83% from 255 or 20.83% from 288); Max value from RGB is 117 - color contains mainly: red. Hex color #756F3C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756F3C is #8A90C3. Grayscale: #6B6B6B. Windows color (decimal): -9081028 or 3960693. OLE color: 3960693.
HSL color Cylindrical-coordinate representation of color #756F3C: hue angle of 53.68º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #756F3C is Cyan = 0, Magento = 0.05, Yellow = 0.49 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 111 | 60 | - |
| CMYK | 0 | 0.05 | 0.49 | 0.54 |
| HSL | 53.68º | 0.32% | 0.35% | - |
| HSV(B) | 53.68º | 0.49% | 0.46% | - |
| XYZ | 13.84 | 15.48 | 6.53 | - |
| YUV | 106.98 | 101.49 | 135.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 111 | 60 | 0 | 0.05 | 0.49 | 0.54 | 53.68 | 0.32 | 0.35 |
| Hex | 75 | 6F | 3C | 0 | 5 | 31 | 36 | 36 | 20 | 23 |
| Octal | 165 | 157 | 74 | 0 | 5 | 61 | 66 | 66 | 40 | 43 |
| Binary | 1110101 | 1101111 | 111100 | 0 | 101 | 110001 | 110110 | 110110 | 100000 | 100011 |
Color Harmonies of #756F3C
Complementary color
Monochromatic Colors of #756F3C
Black with #756F3C
Text Example
Text Example
White with #756F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756F3C; }
p { color: rgb(117,111,60); }
H1.HeaderClassName
{
color: #756F3C;
}
.AnyTagClassName
{
color: #756F3C;
}
</style>
background-color css
<style>
a { background-color: #756F3C; }
a { background-color: rgb(117,111,60); }
div.DivClassName
{
background-color: #756F3C;
}
.BgClassName
{
background-color: #756F3C;
}
</style>
border-color css
<style>
span { border-color: #756F3C; }
span { border-color: rgb(117,111,60); }
td.TdClassName
{
border-color: #756F3C;
}
.TagClassName
{
border-color: #756F3C;
}
</style>