Shades of Crete #77713A
Tints of Crete #77713A
RGB
CMYK
RGB Variations
Color information
#77713A (or 0x77713A) is known color: Crete. HEX triplet: 77, 71 and 3A. RGB value is (119,113,58). Sum of RGB (Red+Green+Blue) = 119+113+58=290 (38% of max value = 765). Red value is 119 (46.88% from 255 or 41.03% from 290); Green value is 113 (44.53% from 255 or 38.97% from 290); Blue value is 58 (23.05% from 255 or 20% from 290); Max value from RGB is 119 - color contains mainly: red. Hex color #77713A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77713A is #888EC5. Grayscale: #6C6C6C. Windows color (decimal): -8949446 or 3830135. OLE color: 3830135.
HSL color Cylindrical-coordinate representation of color #77713A: hue angle of 54.1º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #77713A is Cyan = 0, Magento = 0.05, Yellow = 0.51 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 113 | 58 | - |
| CMYK | 0 | 0.05 | 0.51 | 0.53 |
| HSL | 54.1º | 0.34% | 0.35% | - |
| HSV(B) | 54.1º | 0.51% | 0.47% | - |
| XYZ | 14.28 | 16.04 | 6.35 | - |
| YUV | 108.52 | 99.49 | 135.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 113 | 58 | 0 | 0.05 | 0.51 | 0.53 | 54.1 | 0.34 | 0.35 |
| Hex | 77 | 71 | 3A | 0 | 5 | 33 | 35 | 36 | 22 | 23 |
| Octal | 167 | 161 | 72 | 0 | 5 | 63 | 65 | 66 | 42 | 43 |
| Binary | 1110111 | 1110001 | 111010 | 0 | 101 | 110011 | 110101 | 110110 | 100010 | 100011 |
Color Harmonies of #77713A
Complementary color
Monochromatic Colors of #77713A
Black with #77713A
Text Example
Text Example
White with #77713A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77713A; }
p { color: rgb(119,113,58); }
H1.HeaderClassName
{
color: #77713A;
}
.AnyTagClassName
{
color: #77713A;
}
</style>
background-color css
<style>
a { background-color: #77713A; }
a { background-color: rgb(119,113,58); }
div.DivClassName
{
background-color: #77713A;
}
.BgClassName
{
background-color: #77713A;
}
</style>
border-color css
<style>
span { border-color: #77713A; }
span { border-color: rgb(119,113,58); }
td.TdClassName
{
border-color: #77713A;
}
.TagClassName
{
border-color: #77713A;
}
</style>