#074243

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

Shades of Cyprus #074243

Tints of Cyprus #074243

Color information

#074243 (or 0x074243) is unknown color: approx Cyprus. HEX triplet: 07, 42 and 43. RGB value is (7,66,67). Sum of RGB (Red+Green+Blue) = 7+66+67=140 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5% from 140); Green value is 66 (26.17% from 255 or 47.14% from 140); Blue value is 67 (26.56% from 255 or 47.86% from 140); Max value from RGB is 67 - color contains mainly: blue. Hex color #074243 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074243 is #F8BDBC. Grayscale: #303030. Windows color (decimal): -16301501 or 4407815. OLE color: 4407815.

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

Color convert

RGB76667-
CMYK0.900.0100.74
HSL181º81.08%14.51%-
HSV(B)181º89.55%26.27%-
XYZ3.054.355.99-
YUV48.47138.4598.42-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5%
GREEN value IS 66 (26.17% from 255) = 47.14%
BLUE value IS 67 (26.56% from 255) = 47.86%
R=5%
G=47.14%
B=47.86%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal766670.900.0100.7418181.0814.51
Hex742435A104Ab551f
Octal71021031321011226512117
Binary1111000010100001110110101010010101011010110100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074243

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #074243; }

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

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

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

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

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

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

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

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