Shades of Crete #77752D
Tints of Crete #77752D
RGB
CMYK
RGB Variations
Color information
#77752D (or 0x77752D) is known color: Crete. HEX triplet: 77, 75 and 2D. RGB value is (119,117,45). Sum of RGB (Red+Green+Blue) = 119+117+45=281 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.35% from 281); Green value is 117 (46.09% from 255 or 41.64% from 281); Blue value is 45 (17.97% from 255 or 16.01% from 281); Max value from RGB is 119 - color contains mainly: red. Hex color #77752D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77752D is #888AD2. Grayscale: #6D6D6D. Windows color (decimal): -8948435 or 2979191. OLE color: 2979191.
HSL color Cylindrical-coordinate representation of color #77752D: hue angle of 58.38º 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 #77752D is Cyan = 0, Magento = 0.02, Yellow = 0.62 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 117 | 45 | - |
| CMYK | 0 | 0.02 | 0.62 | 0.53 |
| HSL | 58.38º | 0.45% | 0.32% | - |
| HSV(B) | 58.38º | 0.62% | 0.47% | - |
| XYZ | 14.44 | 16.83 | 4.97 | - |
| YUV | 109.39 | 91.66 | 134.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 117 | 45 | 0 | 0.02 | 0.62 | 0.53 | 58.38 | 0.45 | 0.32 |
| Hex | 77 | 75 | 2D | 0 | 2 | 3E | 35 | 3A | 2D | 20 |
| Octal | 167 | 165 | 55 | 0 | 2 | 76 | 65 | 72 | 55 | 40 |
| Binary | 1110111 | 1110101 | 101101 | 0 | 10 | 111110 | 110101 | 111010 | 101101 | 100000 |
Color Harmonies of #77752D
Complementary color
Monochromatic Colors of #77752D
Black with #77752D
Text Example
Text Example
White with #77752D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77752D; }
p { color: rgb(119,117,45); }
H1.HeaderClassName
{
color: #77752D;
}
.AnyTagClassName
{
color: #77752D;
}
</style>
background-color css
<style>
a { background-color: #77752D; }
a { background-color: rgb(119,117,45); }
div.DivClassName
{
background-color: #77752D;
}
.BgClassName
{
background-color: #77752D;
}
</style>
border-color css
<style>
span { border-color: #77752D; }
span { border-color: rgb(119,117,45); }
td.TdClassName
{
border-color: #77752D;
}
.TagClassName
{
border-color: #77752D;
}
</style>