Shades of Crete #75703D
Tints of Crete #75703D
RGB
CMYK
RGB Variations
Color information
#75703D (or 0x75703D) is known color: Crete. HEX triplet: 75, 70 and 3D. RGB value is (117,112,61). Sum of RGB (Red+Green+Blue) = 117+112+61=290 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.34% from 290); Green value is 112 (44.14% from 255 or 38.62% from 290); Blue value is 61 (24.22% from 255 or 21.03% from 290); Max value from RGB is 117 - color contains mainly: red. Hex color #75703D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75703D is #8A8FC2. Grayscale: #6B6B6B. Windows color (decimal): -9080771 or 4026485. OLE color: 4026485.
HSL color Cylindrical-coordinate representation of color #75703D: hue angle of 54.64º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #75703D is Cyan = 0, Magento = 0.04, Yellow = 0.48 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 112 | 61 | - |
| CMYK | 0 | 0.04 | 0.48 | 0.54 |
| HSL | 54.64º | 0.31% | 0.35% | - |
| HSV(B) | 54.64º | 0.48% | 0.46% | - |
| XYZ | 13.97 | 15.71 | 6.71 | - |
| YUV | 107.68 | 101.66 | 134.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 112 | 61 | 0 | 0.04 | 0.48 | 0.54 | 54.64 | 0.31 | 0.35 |
| Hex | 75 | 70 | 3D | 0 | 4 | 30 | 36 | 37 | 1F | 23 |
| Octal | 165 | 160 | 75 | 0 | 4 | 60 | 66 | 67 | 37 | 43 |
| Binary | 1110101 | 1110000 | 111101 | 0 | 100 | 110000 | 110110 | 110111 | 11111 | 100011 |
Color Harmonies of #75703D
Complementary color
Monochromatic Colors of #75703D
Black with #75703D
Text Example
Text Example
White with #75703D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75703D; }
p { color: rgb(117,112,61); }
H1.HeaderClassName
{
color: #75703D;
}
.AnyTagClassName
{
color: #75703D;
}
</style>
background-color css
<style>
a { background-color: #75703D; }
a { background-color: rgb(117,112,61); }
div.DivClassName
{
background-color: #75703D;
}
.BgClassName
{
background-color: #75703D;
}
</style>
border-color css
<style>
span { border-color: #75703D; }
span { border-color: rgb(117,112,61); }
td.TdClassName
{
border-color: #75703D;
}
.TagClassName
{
border-color: #75703D;
}
</style>