Shades of Crete #77713D
Tints of Crete #77713D
RGB
CMYK
RGB Variations
Color information
#77713D (or 0x77713D) is known color: Crete. HEX triplet: 77, 71 and 3D. RGB value is (119,113,61). Sum of RGB (Red+Green+Blue) = 119+113+61=293 (38% of max value = 765). Red value is 119 (46.88% from 255 or 40.61% from 293); Green value is 113 (44.53% from 255 or 38.57% from 293); Blue value is 61 (24.22% from 255 or 20.82% from 293); Max value from RGB is 119 - color contains mainly: red. Hex color #77713D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77713D is #888EC2. Grayscale: #6D6D6D. Windows color (decimal): -8949443 or 4026743. OLE color: 4026743.
HSL color Cylindrical-coordinate representation of color #77713D: hue angle of 53.79º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #77713D is Cyan = 0, Magento = 0.05, Yellow = 0.49 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 113 | 61 | - |
| CMYK | 0 | 0.05 | 0.49 | 0.53 |
| HSL | 53.79º | 0.32% | 0.35% | - |
| HSV(B) | 53.79º | 0.49% | 0.47% | - |
| XYZ | 14.36 | 16.07 | 6.76 | - |
| YUV | 108.87 | 100.99 | 135.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 113 | 61 | 0 | 0.05 | 0.49 | 0.53 | 53.79 | 0.32 | 0.35 |
| Hex | 77 | 71 | 3D | 0 | 5 | 31 | 35 | 36 | 20 | 23 |
| Octal | 167 | 161 | 75 | 0 | 5 | 61 | 65 | 66 | 40 | 43 |
| Binary | 1110111 | 1110001 | 111101 | 0 | 101 | 110001 | 110101 | 110110 | 100000 | 100011 |
Color Harmonies of #77713D
Complementary color
Monochromatic Colors of #77713D
Black with #77713D
Text Example
Text Example
White with #77713D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77713D; }
p { color: rgb(119,113,61); }
H1.HeaderClassName
{
color: #77713D;
}
.AnyTagClassName
{
color: #77713D;
}
</style>
background-color css
<style>
a { background-color: #77713D; }
a { background-color: rgb(119,113,61); }
div.DivClassName
{
background-color: #77713D;
}
.BgClassName
{
background-color: #77713D;
}
</style>
border-color css
<style>
span { border-color: #77713D; }
span { border-color: rgb(119,113,61); }
td.TdClassName
{
border-color: #77713D;
}
.TagClassName
{
border-color: #77713D;
}
</style>