#074445

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

Shades of Cyprus #074445

Tints of Cyprus #074445

Color information

#074445 (or 0x074445) is unknown color: approx Cyprus. HEX triplet: 07, 44 and 45. RGB value is (7,68,69). Sum of RGB (Red+Green+Blue) = 7+68+69=144 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.86% from 144); Green value is 68 (26.95% from 255 or 47.22% from 144); Blue value is 69 (27.34% from 255 or 47.92% from 144); Max value from RGB is 69 - color contains mainly: blue. Hex color #074445 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074445 is #F8BBBA. Grayscale: #313131. Windows color (decimal): -16300987 or 4539399. OLE color: 4539399.

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

Color convert

RGB76869-
CMYK0.900.0100.73
HSL180.97º81.58%14.9%-
HSV(B)180.97º89.86%27.06%-
XYZ3.234.616.35-
YUV49.88138.7997.42-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.86%
GREEN value IS 68 (26.95% from 255) = 47.22%
BLUE value IS 69 (27.34% from 255) = 47.92%
R=4.86%
G=47.22%
B=47.92%

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
Decimal768690.900.0100.73180.9781.5814.9
Hex744455A1049b552f
Octal71041051321011126512217
Binary1111000100100010110110101010010011011010110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #074445; }

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

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

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

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

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

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

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

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