#074041

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

Shades of Cyprus #074041

Tints of Cyprus #074041

Color information

#074041 (or 0x074041) is unknown color: approx Cyprus. HEX triplet: 07, 40 and 41. RGB value is (7,64,65). Sum of RGB (Red+Green+Blue) = 7+64+65=136 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5.15% from 136); Green value is 64 (25.39% from 255 or 47.06% from 136); Blue value is 65 (25.78% from 255 or 47.79% from 136); Max value from RGB is 65 - color contains mainly: blue. Hex color #074041 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074041 is #F8BFBE. Grayscale: #2F2F2F. Windows color (decimal): -16302015 or 4276231. OLE color: 4276231.

HSL color Cylindrical-coordinate representation of color #074041: hue angle of 181.03º degrees, saturation: 0.81, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #074041 is Cyan = 0.89, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB76465-
CMYK0.890.0200.75
HSL181.03º80.56%14.12%-
HSV(B)181.03º89.23%25.49%-
XYZ2.884.095.64-
YUV47.07138.1299.42-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.15%
GREEN value IS 64 (25.39% from 255) = 47.06%
BLUE value IS 65 (25.78% from 255) = 47.79%
R=5.15%
G=47.06%
B=47.79%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal764650.890.0200.75181.0380.5614.12
Hex7404159204Bb551e
Octal71001011312011326512116
Binary11110000001000001101100110010010111011010110100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #074041; }

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

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

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

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

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

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

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

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