Shades of Crete #77702D
Tints of Crete #77702D
RGB
CMYK
RGB Variations
Color information
#77702D (or 0x77702D) is known color: Crete. HEX triplet: 77, 70 and 2D. RGB value is (119,112,45). Sum of RGB (Red+Green+Blue) = 119+112+45=276 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.12% from 276); Green value is 112 (44.14% from 255 or 40.58% from 276); Blue value is 45 (17.97% from 255 or 16.30% from 276); Max value from RGB is 119 - color contains mainly: red. Hex color #77702D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77702D is #888FD2. Grayscale: #6A6A6A. Windows color (decimal): -8949715 or 2977911. OLE color: 2977911.
HSL color Cylindrical-coordinate representation of color #77702D: hue angle of 54.32º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #77702D is Cyan = 0, Magento = 0.06, Yellow = 0.62 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 112 | 45 | - |
| CMYK | 0 | 0.06 | 0.62 | 0.53 |
| HSL | 54.32º | 0.45% | 0.32% | - |
| HSV(B) | 54.32º | 0.62% | 0.47% | - |
| XYZ | 13.88 | 15.7 | 4.78 | - |
| YUV | 106.46 | 93.32 | 136.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 112 | 45 | 0 | 0.06 | 0.62 | 0.53 | 54.32 | 0.45 | 0.32 |
| Hex | 77 | 70 | 2D | 0 | 6 | 3E | 35 | 36 | 2D | 20 |
| Octal | 167 | 160 | 55 | 0 | 6 | 76 | 65 | 66 | 55 | 40 |
| Binary | 1110111 | 1110000 | 101101 | 0 | 110 | 111110 | 110101 | 110110 | 101101 | 100000 |
Color Harmonies of #77702D
Complementary color
Monochromatic Colors of #77702D
Black with #77702D
Text Example
Text Example
White with #77702D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77702D; }
p { color: rgb(119,112,45); }
H1.HeaderClassName
{
color: #77702D;
}
.AnyTagClassName
{
color: #77702D;
}
</style>
background-color css
<style>
a { background-color: #77702D; }
a { background-color: rgb(119,112,45); }
div.DivClassName
{
background-color: #77702D;
}
.BgClassName
{
background-color: #77702D;
}
</style>
border-color css
<style>
span { border-color: #77702D; }
span { border-color: rgb(119,112,45); }
td.TdClassName
{
border-color: #77702D;
}
.TagClassName
{
border-color: #77702D;
}
</style>