Shades of Crete #756A28
Tints of Crete #756A28
RGB
CMYK
RGB Variations
Color information
#756A28 (or 0x756A28) is known color: Crete. HEX triplet: 75, 6A and 28. RGB value is (117,106,40). Sum of RGB (Red+Green+Blue) = 117+106+40=263 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.49% from 263); Green value is 106 (41.80% from 255 or 40.30% from 263); Blue value is 40 (16.02% from 255 or 15.21% from 263); Max value from RGB is 117 - color contains mainly: red. Hex color #756A28 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756A28 is #8A95D7. Grayscale: #666666. Windows color (decimal): -9082328 or 2648693. OLE color: 2648693.
HSL color Cylindrical-coordinate representation of color #756A28: hue angle of 51.43º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #756A28 is Cyan = 0, Magento = 0.09, Yellow = 0.66 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 106 | 40 | - |
| CMYK | 0 | 0.09 | 0.66 | 0.54 |
| HSL | 51.43º | 0.49% | 0.31% | - |
| HSV(B) | 51.43º | 0.66% | 0.46% | - |
| XYZ | 12.87 | 14.24 | 4.08 | - |
| YUV | 101.77 | 93.14 | 138.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 106 | 40 | 0 | 0.09 | 0.66 | 0.54 | 51.43 | 0.49 | 0.31 |
| Hex | 75 | 6A | 28 | 0 | 9 | 42 | 36 | 33 | 31 | 1F |
| Octal | 165 | 152 | 50 | 0 | 11 | 102 | 66 | 63 | 61 | 37 |
| Binary | 1110101 | 1101010 | 101000 | 0 | 1001 | 1000010 | 110110 | 110011 | 110001 | 11111 |
Color Harmonies of #756A28
Complementary color
Monochromatic Colors of #756A28
Black with #756A28
Text Example
Text Example
White with #756A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756A28; }
p { color: rgb(117,106,40); }
H1.HeaderClassName
{
color: #756A28;
}
.AnyTagClassName
{
color: #756A28;
}
</style>
background-color css
<style>
a { background-color: #756A28; }
a { background-color: rgb(117,106,40); }
div.DivClassName
{
background-color: #756A28;
}
.BgClassName
{
background-color: #756A28;
}
</style>
border-color css
<style>
span { border-color: #756A28; }
span { border-color: rgb(117,106,40); }
td.TdClassName
{
border-color: #756A28;
}
.TagClassName
{
border-color: #756A28;
}
</style>