#074344

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

Shades of Cyprus #074344

Tints of Cyprus #074344

Color information

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

HSL color Cylindrical-coordinate representation of color #074344: hue angle of 180.98º 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 #074344 is Cyan = 0.90, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB76768-
CMYK0.900.0100.73
HSL180.98º81.33%14.71%-
HSV(B)180.98º89.71%26.67%-
XYZ3.144.486.17-
YUV49.17138.6297.92-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal767680.900.0100.73180.9881.3314.71
Hex743445A1049b551f
Octal71031041321011126512117
Binary1111000011100010010110101010010011011010110100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #074344; }

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

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

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

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

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

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

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

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