Shades of Cyprus #074D43
Tints of Cyprus #074D43
RGB
CMYK
RGB Variations
Color information
#074D43 (or 0x074D43) is known color: Cyprus. HEX triplet: 07, 4D and 43. RGB value is (7,77,67). Sum of RGB (Red+Green+Blue) = 7+77+67=151 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.64% from 151); Green value is 77 (30.47% from 255 or 50.99% from 151); Blue value is 67 (26.56% from 255 or 44.37% from 151); Max value from RGB is 77 - color contains mainly: green. Hex color #074D43 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #074D43 is #F8B2BC. Grayscale: #363636. Windows color (decimal): -16298685 or 4410631. OLE color: 4410631.
HSL color Cylindrical-coordinate representation of color #074D43: hue angle of 171.43º 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 #074D43 is Cyan = 0.91, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 7 | 77 | 67 | - |
| CMYK | 0.91 | 0 | 0.13 | 0.70 |
| HSL | 171.43º | 0.83% | 0.16% | - |
| HSV(B) | 171.43º | 0.91% | 0.3% | - |
| XYZ | 3.75 | 5.76 | 6.22 | - |
| YUV | 54.93 | 134.81 | 93.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 77 | 67 | 0.91 | 0 | 0.13 | 0.70 | 171.43 | 0.83 | 0.16 |
| Hex | 7 | 4D | 43 | 5B | 0 | D | 46 | AB | 53 | 10 |
| Octal | 7 | 115 | 103 | 133 | 0 | 15 | 106 | 253 | 123 | 20 |
| Binary | 111 | 1001101 | 1000011 | 1011011 | 0 | 1101 | 1000110 | 10101011 | 1010011 | 10000 |
Color Harmonies of #074D43
Complementary color
Monochromatic Colors of #074D43
Black with #074D43
Text Example
Text Example
White with #074D43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074D43; }
p { color: rgb(7,77,67); }
H1.HeaderClassName
{
color: #074D43;
}
.AnyTagClassName
{
color: #074D43;
}
</style>
background-color css
<style>
a { background-color: #074D43; }
a { background-color: rgb(7,77,67); }
div.DivClassName
{
background-color: #074D43;
}
.BgClassName
{
background-color: #074D43;
}
</style>
border-color css
<style>
span { border-color: #074D43; }
span { border-color: rgb(7,77,67); }
td.TdClassName
{
border-color: #074D43;
}
.TagClassName
{
border-color: #074D43;
}
</style>