Shades of Crete #766D35
Tints of Crete #766D35
RGB
CMYK
RGB Variations
Color information
#766D35 (or 0x766D35) is known color: Crete. HEX triplet: 76, 6D and 35. RGB value is (118,109,53). Sum of RGB (Red+Green+Blue) = 118+109+53=280 (37% of max value = 765). Red value is 118 (46.48% from 255 or 42.14% from 280); Green value is 109 (42.97% from 255 or 38.93% from 280); Blue value is 53 (21.09% from 255 or 18.93% from 280); Max value from RGB is 118 - color contains mainly: red. Hex color #766D35 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766D35 is #8992CA. Grayscale: #696969. Windows color (decimal): -9016011 or 3501430. OLE color: 3501430.
HSL color Cylindrical-coordinate representation of color #766D35: hue angle of 51.69º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #766D35 is Cyan = 0, Magento = 0.08, Yellow = 0.55 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 109 | 53 | - |
| CMYK | 0 | 0.08 | 0.55 | 0.54 |
| HSL | 51.69º | 0.38% | 0.34% | - |
| HSV(B) | 51.69º | 0.55% | 0.46% | - |
| XYZ | 13.58 | 15.05 | 5.56 | - |
| YUV | 105.31 | 98.48 | 137.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 109 | 53 | 0 | 0.08 | 0.55 | 0.54 | 51.69 | 0.38 | 0.34 |
| Hex | 76 | 6D | 35 | 0 | 8 | 37 | 36 | 34 | 26 | 22 |
| Octal | 166 | 155 | 65 | 0 | 10 | 67 | 66 | 64 | 46 | 42 |
| Binary | 1110110 | 1101101 | 110101 | 0 | 1000 | 110111 | 110110 | 110100 | 100110 | 100010 |
Color Harmonies of #766D35
Complementary color
Monochromatic Colors of #766D35
Black with #766D35
Text Example
Text Example
White with #766D35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766D35; }
p { color: rgb(118,109,53); }
H1.HeaderClassName
{
color: #766D35;
}
.AnyTagClassName
{
color: #766D35;
}
</style>
background-color css
<style>
a { background-color: #766D35; }
a { background-color: rgb(118,109,53); }
div.DivClassName
{
background-color: #766D35;
}
.BgClassName
{
background-color: #766D35;
}
</style>
border-color css
<style>
span { border-color: #766D35; }
span { border-color: rgb(118,109,53); }
td.TdClassName
{
border-color: #766D35;
}
.TagClassName
{
border-color: #766D35;
}
</style>