Shades of Crete #76752C
Tints of Crete #76752C
RGB
CMYK
RGB Variations
Color information
#76752C (or 0x76752C) is known color: Crete. HEX triplet: 76, 75 and 2C. RGB value is (118,117,44). Sum of RGB (Red+Green+Blue) = 118+117+44=279 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.29% from 279); Green value is 117 (46.09% from 255 or 41.94% from 279); Blue value is 44 (17.58% from 255 or 15.77% from 279); Max value from RGB is 118 - color contains mainly: red. Hex color #76752C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76752C is #898AD3. Grayscale: #6D6D6D. Windows color (decimal): -9013972 or 2913654. OLE color: 2913654.
HSL color Cylindrical-coordinate representation of color #76752C: hue angle of 59.19º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #76752C is Cyan = 0, Magento = 0.01, Yellow = 0.63 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 117 | 44 | - |
| CMYK | 0 | 0.01 | 0.63 | 0.54 |
| HSL | 59.19º | 0.46% | 0.32% | - |
| HSV(B) | 59.19º | 0.63% | 0.46% | - |
| XYZ | 14.29 | 16.76 | 4.86 | - |
| YUV | 108.98 | 91.33 | 134.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 117 | 44 | 0 | 0.01 | 0.63 | 0.54 | 59.19 | 0.46 | 0.32 |
| Hex | 76 | 75 | 2C | 0 | 1 | 3F | 36 | 3B | 2E | 20 |
| Octal | 166 | 165 | 54 | 0 | 1 | 77 | 66 | 73 | 56 | 40 |
| Binary | 1110110 | 1110101 | 101100 | 0 | 1 | 111111 | 110110 | 111011 | 101110 | 100000 |
Color Harmonies of #76752C
Complementary color
Monochromatic Colors of #76752C
Black with #76752C
Text Example
Text Example
White with #76752C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76752C; }
p { color: rgb(118,117,44); }
H1.HeaderClassName
{
color: #76752C;
}
.AnyTagClassName
{
color: #76752C;
}
</style>
background-color css
<style>
a { background-color: #76752C; }
a { background-color: rgb(118,117,44); }
div.DivClassName
{
background-color: #76752C;
}
.BgClassName
{
background-color: #76752C;
}
</style>
border-color css
<style>
span { border-color: #76752C; }
span { border-color: rgb(118,117,44); }
td.TdClassName
{
border-color: #76752C;
}
.TagClassName
{
border-color: #76752C;
}
</style>