Shades of Crete #77752E
Tints of Crete #77752E
RGB
CMYK
RGB Variations
Color information
#77752E (or 0x77752E) is known color: Crete. HEX triplet: 77, 75 and 2E. RGB value is (119,117,46). Sum of RGB (Red+Green+Blue) = 119+117+46=282 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.20% from 282); Green value is 117 (46.09% from 255 or 41.49% from 282); Blue value is 46 (18.36% from 255 or 16.31% from 282); Max value from RGB is 119 - color contains mainly: red. Hex color #77752E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77752E is #888AD1. Grayscale: #6D6D6D. Windows color (decimal): -8948434 or 3044727. OLE color: 3044727.
HSL color Cylindrical-coordinate representation of color #77752E: hue angle of 58.36º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #77752E is Cyan = 0, Magento = 0.02, Yellow = 0.61 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 117 | 46 | - |
| CMYK | 0 | 0.02 | 0.61 | 0.53 |
| HSL | 58.36º | 0.44% | 0.32% | - |
| HSV(B) | 58.36º | 0.61% | 0.47% | - |
| XYZ | 14.46 | 16.84 | 5.07 | - |
| YUV | 109.5 | 92.16 | 134.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 117 | 46 | 0 | 0.02 | 0.61 | 0.53 | 58.36 | 0.44 | 0.32 |
| Hex | 77 | 75 | 2E | 0 | 2 | 3D | 35 | 3A | 2C | 20 |
| Octal | 167 | 165 | 56 | 0 | 2 | 75 | 65 | 72 | 54 | 40 |
| Binary | 1110111 | 1110101 | 101110 | 0 | 10 | 111101 | 110101 | 111010 | 101100 | 100000 |
Color Harmonies of #77752E
Complementary color
Monochromatic Colors of #77752E
Black with #77752E
Text Example
Text Example
White with #77752E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77752E; }
p { color: rgb(119,117,46); }
H1.HeaderClassName
{
color: #77752E;
}
.AnyTagClassName
{
color: #77752E;
}
</style>
background-color css
<style>
a { background-color: #77752E; }
a { background-color: rgb(119,117,46); }
div.DivClassName
{
background-color: #77752E;
}
.BgClassName
{
background-color: #77752E;
}
</style>
border-color css
<style>
span { border-color: #77752E; }
span { border-color: rgb(119,117,46); }
td.TdClassName
{
border-color: #77752E;
}
.TagClassName
{
border-color: #77752E;
}
</style>