Shades of Crete #75763E
Tints of Crete #75763E
RGB
CMYK
RGB Variations
Color information
#75763E (or 0x75763E) is known color: Crete. HEX triplet: 75, 76 and 3E. RGB value is (117,118,62). Sum of RGB (Red+Green+Blue) = 117+118+62=297 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.39% from 297); Green value is 118 (46.48% from 255 or 39.73% from 297); Blue value is 62 (24.61% from 255 or 20.88% from 297); Max value from RGB is 118 - color contains mainly: green. Hex color #75763E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75763E is #8A89C1. Grayscale: #6F6F6F. Windows color (decimal): -9079234 or 4093557. OLE color: 4093557.
HSL color Cylindrical-coordinate representation of color #75763E: hue angle of 61.07º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #75763E is Cyan = 0.01, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 118 | 62 | - |
| CMYK | 0.01 | 0 | 0.47 | 0.54 |
| HSL | 61.07º | 0.31% | 0.35% | - |
| HSV(B) | 61.07º | 0.47% | 0.46% | - |
| XYZ | 14.68 | 17.09 | 7.08 | - |
| YUV | 111.32 | 100.17 | 132.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 118 | 62 | 0.01 | 0 | 0.47 | 0.54 | 61.07 | 0.31 | 0.35 |
| Hex | 75 | 76 | 3E | 1 | 0 | 2F | 36 | 3D | 1F | 23 |
| Octal | 165 | 166 | 76 | 1 | 0 | 57 | 66 | 75 | 37 | 43 |
| Binary | 1110101 | 1110110 | 111110 | 1 | 0 | 101111 | 110110 | 111101 | 11111 | 100011 |
Color Harmonies of #75763E
Complementary color
Monochromatic Colors of #75763E
Black with #75763E
Text Example
Text Example
White with #75763E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75763E; }
p { color: rgb(117,118,62); }
H1.HeaderClassName
{
color: #75763E;
}
.AnyTagClassName
{
color: #75763E;
}
</style>
background-color css
<style>
a { background-color: #75763E; }
a { background-color: rgb(117,118,62); }
div.DivClassName
{
background-color: #75763E;
}
.BgClassName
{
background-color: #75763E;
}
</style>
border-color css
<style>
span { border-color: #75763E; }
span { border-color: rgb(117,118,62); }
td.TdClassName
{
border-color: #75763E;
}
.TagClassName
{
border-color: #75763E;
}
</style>