Shades of Crete #75743C
Tints of Crete #75743C
RGB
CMYK
RGB Variations
Color information
#75743C (or 0x75743C) is known color: Crete. HEX triplet: 75, 74 and 3C. RGB value is (117,116,60). Sum of RGB (Red+Green+Blue) = 117+116+60=293 (38% of max value = 765). Red value is 117 (46.09% from 255 or 39.93% from 293); Green value is 116 (45.70% from 255 or 39.59% from 293); Blue value is 60 (23.83% from 255 or 20.48% from 293); Max value from RGB is 117 - color contains mainly: red. Hex color #75743C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75743C is #8A8BC3. Grayscale: #6E6E6E. Windows color (decimal): -9079748 or 3961973. OLE color: 3961973.
HSL color Cylindrical-coordinate representation of color #75743C: hue angle of 58.95º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #75743C is Cyan = 0, Magento = 0.01, Yellow = 0.49 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 116 | 60 | - |
| CMYK | 0 | 0.01 | 0.49 | 0.54 |
| HSL | 58.95º | 0.32% | 0.35% | - |
| HSV(B) | 58.95º | 0.49% | 0.46% | - |
| XYZ | 14.4 | 16.6 | 6.72 | - |
| YUV | 109.92 | 99.83 | 133.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 116 | 60 | 0 | 0.01 | 0.49 | 0.54 | 58.95 | 0.32 | 0.35 |
| Hex | 75 | 74 | 3C | 0 | 1 | 31 | 36 | 3B | 20 | 23 |
| Octal | 165 | 164 | 74 | 0 | 1 | 61 | 66 | 73 | 40 | 43 |
| Binary | 1110101 | 1110100 | 111100 | 0 | 1 | 110001 | 110110 | 111011 | 100000 | 100011 |
Color Harmonies of #75743C
Complementary color
Monochromatic Colors of #75743C
Black with #75743C
Text Example
Text Example
White with #75743C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75743C; }
p { color: rgb(117,116,60); }
H1.HeaderClassName
{
color: #75743C;
}
.AnyTagClassName
{
color: #75743C;
}
</style>
background-color css
<style>
a { background-color: #75743C; }
a { background-color: rgb(117,116,60); }
div.DivClassName
{
background-color: #75743C;
}
.BgClassName
{
background-color: #75743C;
}
</style>
border-color css
<style>
span { border-color: #75743C; }
span { border-color: rgb(117,116,60); }
td.TdClassName
{
border-color: #75743C;
}
.TagClassName
{
border-color: #75743C;
}
</style>