Shades of Crete #77723B
Tints of Crete #77723B
RGB
CMYK
RGB Variations
Color information
#77723B (or 0x77723B) is known color: Crete. HEX triplet: 77, 72 and 3B. RGB value is (119,114,59). Sum of RGB (Red+Green+Blue) = 119+114+59=292 (38% of max value = 765). Red value is 119 (46.88% from 255 or 40.75% from 292); Green value is 114 (44.92% from 255 or 39.04% from 292); Blue value is 59 (23.44% from 255 or 20.21% from 292); Max value from RGB is 119 - color contains mainly: red. Hex color #77723B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77723B is #888DC4. Grayscale: #6D6D6D. Windows color (decimal): -8949189 or 3895927. OLE color: 3895927.
HSL color Cylindrical-coordinate representation of color #77723B: hue angle of 55º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #77723B is Cyan = 0, Magento = 0.04, Yellow = 0.50 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 114 | 59 | - |
| CMYK | 0 | 0.04 | 0.50 | 0.53 |
| HSL | 55º | 0.34% | 0.35% | - |
| HSV(B) | 55º | 0.5% | 0.47% | - |
| XYZ | 14.41 | 16.27 | 6.52 | - |
| YUV | 109.23 | 99.66 | 134.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 114 | 59 | 0 | 0.04 | 0.50 | 0.53 | 55 | 0.34 | 0.35 |
| Hex | 77 | 72 | 3B | 0 | 4 | 32 | 35 | 37 | 22 | 23 |
| Octal | 167 | 162 | 73 | 0 | 4 | 62 | 65 | 67 | 42 | 43 |
| Binary | 1110111 | 1110010 | 111011 | 0 | 100 | 110010 | 110101 | 110111 | 100010 | 100011 |
Color Harmonies of #77723B
Complementary color
Monochromatic Colors of #77723B
Black with #77723B
Text Example
Text Example
White with #77723B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77723B; }
p { color: rgb(119,114,59); }
H1.HeaderClassName
{
color: #77723B;
}
.AnyTagClassName
{
color: #77723B;
}
</style>
background-color css
<style>
a { background-color: #77723B; }
a { background-color: rgb(119,114,59); }
div.DivClassName
{
background-color: #77723B;
}
.BgClassName
{
background-color: #77723B;
}
</style>
border-color css
<style>
span { border-color: #77723B; }
span { border-color: rgb(119,114,59); }
td.TdClassName
{
border-color: #77723B;
}
.TagClassName
{
border-color: #77723B;
}
</style>