Shades of Crete #766D33
Tints of Crete #766D33
RGB
CMYK
RGB Variations
Color information
#766D33 (or 0x766D33) is known color: Crete. HEX triplet: 76, 6D and 33. RGB value is (118,109,51). Sum of RGB (Red+Green+Blue) = 118+109+51=278 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.45% from 278); Green value is 109 (42.97% from 255 or 39.21% from 278); Blue value is 51 (20.31% from 255 or 18.35% from 278); Max value from RGB is 118 - color contains mainly: red. Hex color #766D33 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766D33 is #8992CC. Grayscale: #696969. Windows color (decimal): -9016013 or 3370358. OLE color: 3370358.
HSL color Cylindrical-coordinate representation of color #766D33: hue angle of 51.94º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #766D33 is Cyan = 0, Magento = 0.08, Yellow = 0.57 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 109 | 51 | - |
| CMYK | 0 | 0.08 | 0.57 | 0.54 |
| HSL | 51.94º | 0.4% | 0.33% | - |
| HSV(B) | 51.94º | 0.57% | 0.46% | - |
| XYZ | 13.54 | 15.03 | 5.32 | - |
| YUV | 105.08 | 97.48 | 137.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 109 | 51 | 0 | 0.08 | 0.57 | 0.54 | 51.94 | 0.4 | 0.33 |
| Hex | 76 | 6D | 33 | 0 | 8 | 39 | 36 | 34 | 28 | 21 |
| Octal | 166 | 155 | 63 | 0 | 10 | 71 | 66 | 64 | 50 | 41 |
| Binary | 1110110 | 1101101 | 110011 | 0 | 1000 | 111001 | 110110 | 110100 | 101000 | 100001 |
Color Harmonies of #766D33
Complementary color
Monochromatic Colors of #766D33
Black with #766D33
Text Example
Text Example
White with #766D33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766D33; }
p { color: rgb(118,109,51); }
H1.HeaderClassName
{
color: #766D33;
}
.AnyTagClassName
{
color: #766D33;
}
</style>
background-color css
<style>
a { background-color: #766D33; }
a { background-color: rgb(118,109,51); }
div.DivClassName
{
background-color: #766D33;
}
.BgClassName
{
background-color: #766D33;
}
</style>
border-color css
<style>
span { border-color: #766D33; }
span { border-color: rgb(118,109,51); }
td.TdClassName
{
border-color: #766D33;
}
.TagClassName
{
border-color: #766D33;
}
</style>