Shades of Crete #75773C
Tints of Crete #75773C
RGB
CMYK
RGB Variations
Color information
#75773C (or 0x75773C) is known color: Crete. HEX triplet: 75, 77 and 3C. RGB value is (117,119,60). Sum of RGB (Red+Green+Blue) = 117+119+60=296 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.53% from 296); Green value is 119 (46.88% from 255 or 40.20% from 296); Blue value is 60 (23.83% from 255 or 20.27% from 296); Max value from RGB is 119 - color contains mainly: green. Hex color #75773C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75773C is #8A88C3. Grayscale: #6F6F6F. Windows color (decimal): -9078980 or 3962741. OLE color: 3962741.
HSL color Cylindrical-coordinate representation of color #75773C: hue angle of 62.03º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #75773C is Cyan = 0.02, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 117 | 119 | 60 | - |
| CMYK | 0.02 | 0 | 0.50 | 0.53 |
| HSL | 62.03º | 0.33% | 0.35% | - |
| HSV(B) | 62.03º | 0.5% | 0.47% | - |
| XYZ | 14.75 | 17.3 | 6.84 | - |
| YUV | 111.68 | 98.84 | 131.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 119 | 60 | 0.02 | 0 | 0.50 | 0.53 | 62.03 | 0.33 | 0.35 |
| Hex | 75 | 77 | 3C | 2 | 0 | 32 | 35 | 3E | 21 | 23 |
| Octal | 165 | 167 | 74 | 2 | 0 | 62 | 65 | 76 | 41 | 43 |
| Binary | 1110101 | 1110111 | 111100 | 10 | 0 | 110010 | 110101 | 111110 | 100001 | 100011 |
Color Harmonies of #75773C
Complementary color
Monochromatic Colors of #75773C
Black with #75773C
Text Example
Text Example
White with #75773C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75773C; }
p { color: rgb(117,119,60); }
H1.HeaderClassName
{
color: #75773C;
}
.AnyTagClassName
{
color: #75773C;
}
</style>
background-color css
<style>
a { background-color: #75773C; }
a { background-color: rgb(117,119,60); }
div.DivClassName
{
background-color: #75773C;
}
.BgClassName
{
background-color: #75773C;
}
</style>
border-color css
<style>
span { border-color: #75773C; }
span { border-color: rgb(117,119,60); }
td.TdClassName
{
border-color: #75773C;
}
.TagClassName
{
border-color: #75773C;
}
</style>