#074849

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

Shades of Cyprus #074849

Tints of Cyprus #074849

Color information

#074849 (or 0x074849) is unknown color: approx Cyprus. HEX triplet: 07, 48 and 49. RGB value is (7,72,73). Sum of RGB (Red+Green+Blue) = 7+72+73=152 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.61% from 152); Green value is 72 (28.52% from 255 or 47.37% from 152); Blue value is 73 (28.91% from 255 or 48.03% from 152); Max value from RGB is 73 - color contains mainly: blue. Hex color #074849 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074849 is #F8B7B6. Grayscale: #343434. Windows color (decimal): -16299959 or 4802567. OLE color: 4802567.

HSL color Cylindrical-coordinate representation of color #074849: hue angle of 180.91º degrees, saturation: 0.82, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #074849 is Cyan = 0.90, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB77273-
CMYK0.900.0100.71
HSL180.91º82.5%15.69%-
HSV(B)180.91º90.41%28.63%-
XYZ3.615.167.11-
YUV52.68139.4795.42-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.61%
GREEN value IS 72 (28.52% from 255) = 47.37%
BLUE value IS 73 (28.91% from 255) = 48.03%
R=4.61%
G=47.37%
B=48.03%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal772730.900.0100.71180.9182.515.69
Hex748495A1047b55210
Octal71101111321010726512220
Binary11110010001001001101101010100011110110101101001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #074849; }

 p { color: rgb(7,72,73); }

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

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

 a { background-color: rgb(7,72,73); }

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

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

 span { border-color: rgb(7,72,73); }

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