Shades of Crete #757A3D
Tints of Crete #757A3D
RGB
CMYK
RGB Variations
Color information
#757A3D (or 0x757A3D) is known color: Crete. HEX triplet: 75, 7A and 3D. RGB value is (117,122,61). Sum of RGB (Red+Green+Blue) = 117+122+61=300 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39% from 300); Green value is 122 (48.05% from 255 or 40.67% from 300); Blue value is 61 (24.22% from 255 or 20.33% from 300); Max value from RGB is 122 - color contains mainly: green. Hex color #757A3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757A3D is #8A85C2. Grayscale: #717171. Windows color (decimal): -9078211 or 4029045. OLE color: 4029045.
HSL color Cylindrical-coordinate representation of color #757A3D: hue angle of 64.92º degrees, saturation: 0.33, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #757A3D is Cyan = 0.04, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 117 | 122 | 61 | - |
| CMYK | 0.04 | 0 | 0.50 | 0.52 |
| HSL | 64.92º | 0.33% | 0.36% | - |
| HSV(B) | 64.92º | 0.5% | 0.48% | - |
| XYZ | 15.14 | 18.04 | 7.1 | - |
| YUV | 113.55 | 98.34 | 130.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 122 | 61 | 0.04 | 0 | 0.50 | 0.52 | 64.92 | 0.33 | 0.36 |
| Hex | 75 | 7A | 3D | 4 | 0 | 32 | 34 | 41 | 21 | 24 |
| Octal | 165 | 172 | 75 | 4 | 0 | 62 | 64 | 101 | 41 | 44 |
| Binary | 1110101 | 1111010 | 111101 | 100 | 0 | 110010 | 110100 | 1000001 | 100001 | 100100 |
Color Harmonies of #757A3D
Complementary color
Monochromatic Colors of #757A3D
Black with #757A3D
Text Example
Text Example
White with #757A3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757A3D; }
p { color: rgb(117,122,61); }
H1.HeaderClassName
{
color: #757A3D;
}
.AnyTagClassName
{
color: #757A3D;
}
</style>
background-color css
<style>
a { background-color: #757A3D; }
a { background-color: rgb(117,122,61); }
div.DivClassName
{
background-color: #757A3D;
}
.BgClassName
{
background-color: #757A3D;
}
</style>
border-color css
<style>
span { border-color: #757A3D; }
span { border-color: rgb(117,122,61); }
td.TdClassName
{
border-color: #757A3D;
}
.TagClassName
{
border-color: #757A3D;
}
</style>