#074848

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

Shades of Cyprus #074848

Tints of Cyprus #074848

Color information

#074848 (or 0x074848) is unknown color: approx Cyprus. HEX triplet: 07, 48 and 48. RGB value is (7,72,72). Sum of RGB (Red+Green+Blue) = 7+72+72=151 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.64% from 151); Green value is 72 (28.52% from 255 or 47.68% from 151); Blue value is 72 (28.52% from 255 or 47.68% from 151); Max value from RGB is 72 - color contains mainly: green, blue. Hex color #074848 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074848 is #F8B7B7. Grayscale: #343434. Windows color (decimal): -16299960 or 4737031. OLE color: 4737031.

HSL color Cylindrical-coordinate representation of color #074848: hue angle of 180º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #074848 is Cyan = 0.90, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB77272-
CMYK0.90000.72
HSL180º82.28%15.49%-
HSV(B)180º90.28%28.24%-
XYZ3.575.156.94-
YUV52.56138.9795.5-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.64%
GREEN value IS 72 (28.52% from 255) = 47.68%
BLUE value IS 72 (28.52% from 255) = 47.68%
R=4.64%
G=47.68%
B=47.68%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal772720.90000.7218082.2815.49
Hex748485A0048b452f
Octal71101101320011026412217
Binary1111001000100100010110100010010001011010010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #074848; }

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

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

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

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

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

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

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

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