Shades of Cyprus #074C48
Tints of Cyprus #074C48
RGB
CMYK
RGB Variations
Color information
#074C48 (or 0x074C48) is known color: Cyprus. HEX triplet: 07, 4C and 48. RGB value is (7,76,72). Sum of RGB (Red+Green+Blue) = 7+76+72=155 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.52% from 155); Green value is 76 (30.08% from 255 or 49.03% from 155); Blue value is 72 (28.52% from 255 or 46.45% from 155); Max value from RGB is 76 - color contains mainly: green. Hex color #074C48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074C48 is #F8B3B7. Grayscale: #363636. Windows color (decimal): -16298936 or 4738055. OLE color: 4738055.
HSL color Cylindrical-coordinate representation of color #074C48: hue angle of 176.52º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #074C48 is Cyan = 0.91, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 7 | 76 | 72 | - |
| CMYK | 0.91 | 0 | 0.05 | 0.70 |
| HSL | 176.52º | 0.83% | 0.16% | - |
| HSV(B) | 176.52º | 0.91% | 0.3% | - |
| XYZ | 3.84 | 5.68 | 7.03 | - |
| YUV | 54.91 | 137.64 | 93.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 76 | 72 | 0.91 | 0 | 0.05 | 0.70 | 176.52 | 0.83 | 0.16 |
| Hex | 7 | 4C | 48 | 5B | 0 | 5 | 46 | B1 | 53 | 10 |
| Octal | 7 | 114 | 110 | 133 | 0 | 5 | 106 | 261 | 123 | 20 |
| Binary | 111 | 1001100 | 1001000 | 1011011 | 0 | 101 | 1000110 | 10110001 | 1010011 | 10000 |
Color Harmonies of #074C48
Complementary color
Monochromatic Colors of #074C48
Black with #074C48
Text Example
Text Example
White with #074C48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074C48; }
p { color: rgb(7,76,72); }
H1.HeaderClassName
{
color: #074C48;
}
.AnyTagClassName
{
color: #074C48;
}
</style>
background-color css
<style>
a { background-color: #074C48; }
a { background-color: rgb(7,76,72); }
div.DivClassName
{
background-color: #074C48;
}
.BgClassName
{
background-color: #074C48;
}
</style>
border-color css
<style>
span { border-color: #074C48; }
span { border-color: rgb(7,76,72); }
td.TdClassName
{
border-color: #074C48;
}
.TagClassName
{
border-color: #074C48;
}
</style>