Shades of Crete #777B33
Tints of Crete #777B33
RGB
CMYK
RGB Variations
Color information
#777B33 (or 0x777B33) is known color: Crete. HEX triplet: 77, 7B and 33. RGB value is (119,123,51). Sum of RGB (Red+Green+Blue) = 119+123+51=293 (38% of max value = 765). Red value is 119 (46.88% from 255 or 40.61% from 293); Green value is 123 (48.44% from 255 or 41.98% from 293); Blue value is 51 (20.31% from 255 or 17.41% from 293); Max value from RGB is 123 - color contains mainly: green. Hex color #777B33 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #777B33 is #8884CC. Grayscale: #717171. Windows color (decimal): -8946893 or 3373943. OLE color: 3373943.
HSL color Cylindrical-coordinate representation of color #777B33: hue angle of 63.33º 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 #777B33 is Cyan = 0.03, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 119 | 123 | 51 | - |
| CMYK | 0.03 | 0 | 0.59 | 0.52 |
| HSL | 63.33º | 0.41% | 0.34% | - |
| HSV(B) | 63.33º | 0.59% | 0.48% | - |
| XYZ | 15.29 | 18.33 | 5.86 | - |
| YUV | 113.6 | 92.67 | 131.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 123 | 51 | 0.03 | 0 | 0.59 | 0.52 | 63.33 | 0.41 | 0.34 |
| Hex | 77 | 7B | 33 | 3 | 0 | 3B | 34 | 3F | 29 | 22 |
| Octal | 167 | 173 | 63 | 3 | 0 | 73 | 64 | 77 | 51 | 42 |
| Binary | 1110111 | 1111011 | 110011 | 11 | 0 | 111011 | 110100 | 111111 | 101001 | 100010 |
Color Harmonies of #777B33
Complementary color
Monochromatic Colors of #777B33
Black with #777B33
Text Example
Text Example
White with #777B33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777B33; }
p { color: rgb(119,123,51); }
H1.HeaderClassName
{
color: #777B33;
}
.AnyTagClassName
{
color: #777B33;
}
</style>
background-color css
<style>
a { background-color: #777B33; }
a { background-color: rgb(119,123,51); }
div.DivClassName
{
background-color: #777B33;
}
.BgClassName
{
background-color: #777B33;
}
</style>
border-color css
<style>
span { border-color: #777B33; }
span { border-color: rgb(119,123,51); }
td.TdClassName
{
border-color: #777B33;
}
.TagClassName
{
border-color: #777B33;
}
</style>