Shades of Crete #767A40
Tints of Crete #767A40
RGB
CMYK
RGB Variations
Color information
#767A40 (or 0x767A40) is known color: Crete. HEX triplet: 76, 7A and 40. RGB value is (118,122,64). Sum of RGB (Red+Green+Blue) = 118+122+64=304 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.82% from 304); Green value is 122 (48.05% from 255 or 40.13% from 304); Blue value is 64 (25.39% from 255 or 21.05% from 304); Max value from RGB is 122 - color contains mainly: green. Hex color #767A40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #767A40 is #8985BF. Grayscale: #727272. Windows color (decimal): -9012672 or 4225654. OLE color: 4225654.
HSL color Cylindrical-coordinate representation of color #767A40: hue angle of 64.14º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #767A40 is Cyan = 0.03, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 118 | 122 | 64 | - |
| CMYK | 0.03 | 0 | 0.48 | 0.52 |
| HSL | 64.14º | 0.31% | 0.36% | - |
| HSV(B) | 64.14º | 0.48% | 0.48% | - |
| XYZ | 15.36 | 18.14 | 7.54 | - |
| YUV | 114.19 | 99.67 | 130.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 122 | 64 | 0.03 | 0 | 0.48 | 0.52 | 64.14 | 0.31 | 0.36 |
| Hex | 76 | 7A | 40 | 3 | 0 | 30 | 34 | 40 | 1F | 24 |
| Octal | 166 | 172 | 100 | 3 | 0 | 60 | 64 | 100 | 37 | 44 |
| Binary | 1110110 | 1111010 | 1000000 | 11 | 0 | 110000 | 110100 | 1000000 | 11111 | 100100 |
Color Harmonies of #767A40
Complementary color
Monochromatic Colors of #767A40
Black with #767A40
Text Example
Text Example
White with #767A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767A40; }
p { color: rgb(118,122,64); }
H1.HeaderClassName
{
color: #767A40;
}
.AnyTagClassName
{
color: #767A40;
}
</style>
background-color css
<style>
a { background-color: #767A40; }
a { background-color: rgb(118,122,64); }
div.DivClassName
{
background-color: #767A40;
}
.BgClassName
{
background-color: #767A40;
}
</style>
border-color css
<style>
span { border-color: #767A40; }
span { border-color: rgb(118,122,64); }
td.TdClassName
{
border-color: #767A40;
}
.TagClassName
{
border-color: #767A40;
}
</style>