#074443

Color #074443 Cyprus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cyprus #074443

Tints of Cyprus #074443

Color information

#074443 (or 0x074443) is unknown color: approx Cyprus. HEX triplet: 07, 44 and 43. RGB value is (7,68,67). Sum of RGB (Red+Green+Blue) = 7+68+67=142 (18% of max value = 765). Red value is 7 (3.12% from 255 or 4.93% from 142); Green value is 68 (26.95% from 255 or 47.89% from 142); Blue value is 67 (26.56% from 255 or 47.18% from 142); Max value from RGB is 68 - color contains mainly: green. Hex color #074443 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074443 is #F8BBBC. Grayscale: #313131. Windows color (decimal): -16300989 or 4408327. OLE color: 4408327.

HSL color Cylindrical-coordinate representation of color #074443: hue angle of 179.02º degrees, saturation: 0.81, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #074443 is Cyan = 0.90, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.73.

Color convert

RGB76867-
CMYK0.9000.010.73
HSL179.02º81.33%14.71%-
HSV(B)179.02º89.71%26.67%-
XYZ3.174.586.03-
YUV49.65137.7997.58-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 7 (3.12% from 255) = 4.93%
GREEN value IS 68 (26.95% from 255) = 47.89%
BLUE value IS 67 (26.56% from 255) = 47.18%
R=4.93%
G=47.89%
B=47.18%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal768670.9000.010.73179.0281.3314.71
Hex744435A0149b351f
Octal71041031320111126312117
Binary1111000100100001110110100110010011011001110100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074443

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #074443; }

 p { color: rgb(7,68,67); }

 H1.HeaderClassName
 {
   color: #074443;
 }
 .AnyTagClassName
 {
   color: #074443;
 }
</style>
background-color css

<style>
 a { background-color: #074443; }

 a { background-color: rgb(7,68,67); }

 div.DivClassName
 {
   background-color: #074443;
 }
 .BgClassName
 {
   background-color: #074443;
 }
</style>
border-color css

<style>
 span { border-color: #074443; }

 span { border-color: rgb(7,68,67); }

 td.TdClassName
 {
   border-color: #074443;
 }
 .TagClassName
 {
   border-color: #074443;
 }
</style>