Shades of Crete #767B33
Tints of Crete #767B33
RGB
CMYK
RGB Variations
Color information
#767B33 (or 0x767B33) is known color: Crete. HEX triplet: 76, 7B and 33. RGB value is (118,123,51). Sum of RGB (Red+Green+Blue) = 118+123+51=292 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.41% from 292); Green value is 123 (48.44% from 255 or 42.12% from 292); Blue value is 51 (20.31% from 255 or 17.47% from 292); Max value from RGB is 123 - color contains mainly: green. Hex color #767B33 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #767B33 is #8984CC. Grayscale: #717171. Windows color (decimal): -9012429 or 3373942. OLE color: 3373942.
HSL color Cylindrical-coordinate representation of color #767B33: hue angle of 64.17º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #767B33 is Cyan = 0.04, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 118 | 123 | 51 | - |
| CMYK | 0.04 | 0 | 0.59 | 0.52 |
| HSL | 64.17º | 0.41% | 0.34% | - |
| HSV(B) | 64.17º | 0.59% | 0.48% | - |
| XYZ | 15.15 | 18.26 | 5.86 | - |
| YUV | 113.3 | 92.84 | 131.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 123 | 51 | 0.04 | 0 | 0.59 | 0.52 | 64.17 | 0.41 | 0.34 |
| Hex | 76 | 7B | 33 | 4 | 0 | 3B | 34 | 40 | 29 | 22 |
| Octal | 166 | 173 | 63 | 4 | 0 | 73 | 64 | 100 | 51 | 42 |
| Binary | 1110110 | 1111011 | 110011 | 100 | 0 | 111011 | 110100 | 1000000 | 101001 | 100010 |
Color Harmonies of #767B33
Complementary color
Monochromatic Colors of #767B33
Black with #767B33
Text Example
Text Example
White with #767B33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767B33; }
p { color: rgb(118,123,51); }
H1.HeaderClassName
{
color: #767B33;
}
.AnyTagClassName
{
color: #767B33;
}
</style>
background-color css
<style>
a { background-color: #767B33; }
a { background-color: rgb(118,123,51); }
div.DivClassName
{
background-color: #767B33;
}
.BgClassName
{
background-color: #767B33;
}
</style>
border-color css
<style>
span { border-color: #767B33; }
span { border-color: rgb(118,123,51); }
td.TdClassName
{
border-color: #767B33;
}
.TagClassName
{
border-color: #767B33;
}
</style>