#074245

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

Shades of Cyprus #074245

Tints of Cyprus #074245

Color information

#074245 (or 0x074245) is unknown color: approx Cyprus. HEX triplet: 07, 42 and 45. RGB value is (7,66,69). Sum of RGB (Red+Green+Blue) = 7+66+69=142 (18% of max value = 765). Red value is 7 (3.12% from 255 or 4.93% from 142); Green value is 66 (26.17% from 255 or 46.48% from 142); Blue value is 69 (27.34% from 255 or 48.59% from 142); Max value from RGB is 69 - color contains mainly: blue. Hex color #074245 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074245 is #F8BDBA. Grayscale: #303030. Windows color (decimal): -16301499 or 4538887. OLE color: 4538887.

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

Color convert

RGB76669-
CMYK0.900.0400.73
HSL182.9º81.58%14.9%-
HSV(B)182.9º89.86%27.06%-
XYZ3.114.376.31-
YUV48.7139.4598.26-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.93%
GREEN value IS 66 (26.17% from 255) = 46.48%
BLUE value IS 69 (27.34% from 255) = 48.59%
R=4.93%
G=46.48%
B=48.59%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal766690.900.0400.73182.981.5814.9
Hex742455A4049b752f
Octal71021051324011126712217
Binary111100001010001011011010100010010011011011110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #074245; }

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

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

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

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

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

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

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

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