Shades of Crete #77732B
Tints of Crete #77732B
RGB
CMYK
RGB Variations
Color information
#77732B (or 0x77732B) is known color: Crete. HEX triplet: 77, 73 and 2B. RGB value is (119,115,43). Sum of RGB (Red+Green+Blue) = 119+115+43=277 (36% of max value = 765). Red value is 119 (46.88% from 255 or 42.96% from 277); Green value is 115 (45.31% from 255 or 41.52% from 277); Blue value is 43 (17.19% from 255 or 15.52% from 277); Max value from RGB is 119 - color contains mainly: red. Hex color #77732B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77732B is #888CD4. Grayscale: #6C6C6C. Windows color (decimal): -8948949 or 2847607. OLE color: 2847607.
HSL color Cylindrical-coordinate representation of color #77732B: hue angle of 56.84º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #77732B is Cyan = 0, Magento = 0.03, Yellow = 0.64 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 115 | 43 | - |
| CMYK | 0 | 0.03 | 0.64 | 0.53 |
| HSL | 56.84º | 0.47% | 0.32% | - |
| HSV(B) | 56.84º | 0.64% | 0.47% | - |
| XYZ | 14.17 | 16.36 | 4.7 | - |
| YUV | 107.99 | 91.33 | 135.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 115 | 43 | 0 | 0.03 | 0.64 | 0.53 | 56.84 | 0.47 | 0.32 |
| Hex | 77 | 73 | 2B | 0 | 3 | 40 | 35 | 39 | 2F | 20 |
| Octal | 167 | 163 | 53 | 0 | 3 | 100 | 65 | 71 | 57 | 40 |
| Binary | 1110111 | 1110011 | 101011 | 0 | 11 | 1000000 | 110101 | 111001 | 101111 | 100000 |
Color Harmonies of #77732B
Complementary color
Monochromatic Colors of #77732B
Black with #77732B
Text Example
Text Example
White with #77732B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77732B; }
p { color: rgb(119,115,43); }
H1.HeaderClassName
{
color: #77732B;
}
.AnyTagClassName
{
color: #77732B;
}
</style>
background-color css
<style>
a { background-color: #77732B; }
a { background-color: rgb(119,115,43); }
div.DivClassName
{
background-color: #77732B;
}
.BgClassName
{
background-color: #77732B;
}
</style>
border-color css
<style>
span { border-color: #77732B; }
span { border-color: rgb(119,115,43); }
td.TdClassName
{
border-color: #77732B;
}
.TagClassName
{
border-color: #77732B;
}
</style>