Shades of Crete #767A3F
Tints of Crete #767A3F
RGB
CMYK
RGB Variations
Color information
#767A3F (or 0x767A3F) is known color: Crete. HEX triplet: 76, 7A and 3F. RGB value is (118,122,63). Sum of RGB (Red+Green+Blue) = 118+122+63=303 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.94% from 303); Green value is 122 (48.05% from 255 or 40.26% from 303); Blue value is 63 (25% from 255 or 20.79% from 303); Max value from RGB is 122 - color contains mainly: green. Hex color #767A3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #767A3F is #8985C0. Grayscale: #727272. Windows color (decimal): -9012673 or 4160118. OLE color: 4160118.
HSL color Cylindrical-coordinate representation of color #767A3F: hue angle of 64.07º degrees, saturation: 0.32, 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 #767A3F is Cyan = 0.03, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 118 | 122 | 63 | - |
| CMYK | 0.03 | 0 | 0.48 | 0.52 |
| HSL | 64.07º | 0.32% | 0.36% | - |
| HSV(B) | 64.07º | 0.48% | 0.48% | - |
| XYZ | 15.33 | 18.13 | 7.39 | - |
| YUV | 114.08 | 99.17 | 130.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 122 | 63 | 0.03 | 0 | 0.48 | 0.52 | 64.07 | 0.32 | 0.36 |
| Hex | 76 | 7A | 3F | 3 | 0 | 30 | 34 | 40 | 20 | 24 |
| Octal | 166 | 172 | 77 | 3 | 0 | 60 | 64 | 100 | 40 | 44 |
| Binary | 1110110 | 1111010 | 111111 | 11 | 0 | 110000 | 110100 | 1000000 | 100000 | 100100 |
Color Harmonies of #767A3F
Complementary color
Monochromatic Colors of #767A3F
Black with #767A3F
Text Example
Text Example
White with #767A3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767A3F; }
p { color: rgb(118,122,63); }
H1.HeaderClassName
{
color: #767A3F;
}
.AnyTagClassName
{
color: #767A3F;
}
</style>
background-color css
<style>
a { background-color: #767A3F; }
a { background-color: rgb(118,122,63); }
div.DivClassName
{
background-color: #767A3F;
}
.BgClassName
{
background-color: #767A3F;
}
</style>
border-color css
<style>
span { border-color: #767A3F; }
span { border-color: rgb(118,122,63); }
td.TdClassName
{
border-color: #767A3F;
}
.TagClassName
{
border-color: #767A3F;
}
</style>