Shades of Crete #757A3A
Tints of Crete #757A3A
RGB
CMYK
RGB Variations
Color information
#757A3A (or 0x757A3A) is known color: Crete. HEX triplet: 75, 7A and 3A. RGB value is (117,122,58). Sum of RGB (Red+Green+Blue) = 117+122+58=297 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.39% from 297); Green value is 122 (48.05% from 255 or 41.08% from 297); Blue value is 58 (23.05% from 255 or 19.53% from 297); Max value from RGB is 122 - color contains mainly: green. Hex color #757A3A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757A3A is #8A85C5. Grayscale: #717171. Windows color (decimal): -9078214 or 3832437. OLE color: 3832437.
HSL color Cylindrical-coordinate representation of color #757A3A: hue angle of 64.69º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #757A3A is Cyan = 0.04, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 117 | 122 | 58 | - |
| CMYK | 0.04 | 0 | 0.52 | 0.52 |
| HSL | 64.69º | 0.36% | 0.35% | - |
| HSV(B) | 64.69º | 0.52% | 0.48% | - |
| XYZ | 15.06 | 18.01 | 6.68 | - |
| YUV | 113.21 | 96.84 | 130.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 122 | 58 | 0.04 | 0 | 0.52 | 0.52 | 64.69 | 0.36 | 0.35 |
| Hex | 75 | 7A | 3A | 4 | 0 | 34 | 34 | 41 | 24 | 23 |
| Octal | 165 | 172 | 72 | 4 | 0 | 64 | 64 | 101 | 44 | 43 |
| Binary | 1110101 | 1111010 | 111010 | 100 | 0 | 110100 | 110100 | 1000001 | 100100 | 100011 |
Color Harmonies of #757A3A
Complementary color
Monochromatic Colors of #757A3A
Black with #757A3A
Text Example
Text Example
White with #757A3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757A3A; }
p { color: rgb(117,122,58); }
H1.HeaderClassName
{
color: #757A3A;
}
.AnyTagClassName
{
color: #757A3A;
}
</style>
background-color css
<style>
a { background-color: #757A3A; }
a { background-color: rgb(117,122,58); }
div.DivClassName
{
background-color: #757A3A;
}
.BgClassName
{
background-color: #757A3A;
}
</style>
border-color css
<style>
span { border-color: #757A3A; }
span { border-color: rgb(117,122,58); }
td.TdClassName
{
border-color: #757A3A;
}
.TagClassName
{
border-color: #757A3A;
}
</style>