Shades of Cyprus #074B43
Tints of Cyprus #074B43
RGB
CMYK
RGB Variations
Color information
#074B43 (or 0x074B43) is known color: Cyprus. HEX triplet: 07, 4B and 43. RGB value is (7,75,67). Sum of RGB (Red+Green+Blue) = 7+75+67=149 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.70% from 149); Green value is 75 (29.69% from 255 or 50.34% from 149); Blue value is 67 (26.56% from 255 or 44.97% from 149); Max value from RGB is 75 - color contains mainly: green. Hex color #074B43 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074B43 is #F8B4BC. Grayscale: #353535. Windows color (decimal): -16299197 or 4410119. OLE color: 4410119.
HSL color Cylindrical-coordinate representation of color #074B43: hue angle of 172.94º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #074B43 is Cyan = 0.91, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 7 | 75 | 67 | - |
| CMYK | 0.91 | 0 | 0.11 | 0.71 |
| HSL | 172.94º | 0.83% | 0.16% | - |
| HSV(B) | 172.94º | 0.91% | 0.29% | - |
| XYZ | 3.62 | 5.48 | 6.18 | - |
| YUV | 53.76 | 135.47 | 94.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 75 | 67 | 0.91 | 0 | 0.11 | 0.71 | 172.94 | 0.83 | 0.16 |
| Hex | 7 | 4B | 43 | 5B | 0 | B | 47 | AD | 53 | 10 |
| Octal | 7 | 113 | 103 | 133 | 0 | 13 | 107 | 255 | 123 | 20 |
| Binary | 111 | 1001011 | 1000011 | 1011011 | 0 | 1011 | 1000111 | 10101101 | 1010011 | 10000 |
Color Harmonies of #074B43
Complementary color
Monochromatic Colors of #074B43
Black with #074B43
Text Example
Text Example
White with #074B43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074B43; }
p { color: rgb(7,75,67); }
H1.HeaderClassName
{
color: #074B43;
}
.AnyTagClassName
{
color: #074B43;
}
</style>
background-color css
<style>
a { background-color: #074B43; }
a { background-color: rgb(7,75,67); }
div.DivClassName
{
background-color: #074B43;
}
.BgClassName
{
background-color: #074B43;
}
</style>
border-color css
<style>
span { border-color: #074B43; }
span { border-color: rgb(7,75,67); }
td.TdClassName
{
border-color: #074B43;
}
.TagClassName
{
border-color: #074B43;
}
</style>