#074145

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

Shades of Cyprus #074145

Tints of Cyprus #074145

Color information

#074145 (or 0x074145) is unknown color: approx Cyprus. HEX triplet: 07, 41 and 45. RGB value is (7,65,69). Sum of RGB (Red+Green+Blue) = 7+65+69=141 (18% of max value = 765). Red value is 7 (3.12% from 255 or 4.96% from 141); Green value is 65 (25.78% from 255 or 46.10% from 141); Blue value is 69 (27.34% from 255 or 48.94% from 141); Max value from RGB is 69 - color contains mainly: blue. Hex color #074145 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074145 is #F8BEBA. Grayscale: #303030. Windows color (decimal): -16301755 or 4538631. OLE color: 4538631.

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

Color convert

RGB76569-
CMYK0.900.0600.73
HSL183.87º81.58%14.9%-
HSV(B)183.87º89.86%27.06%-
XYZ3.054.266.29-
YUV48.11139.7898.67-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.96%
GREEN value IS 65 (25.78% from 255) = 46.10%
BLUE value IS 69 (27.34% from 255) = 48.94%
R=4.96%
G=46.10%
B=48.94%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal765690.900.0600.73183.8781.5814.9
Hex741455A6049b852f
Octal71011051326011127012217
Binary111100000110001011011010110010010011011100010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #074145; }

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

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

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

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

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

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

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

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