#074847

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

Shades of Cyprus #074847

Tints of Cyprus #074847

Color information

#074847 (or 0x074847) is unknown color: approx Cyprus. HEX triplet: 07, 48 and 47. RGB value is (7,72,71). Sum of RGB (Red+Green+Blue) = 7+72+71=150 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.67% from 150); Green value is 72 (28.52% from 255 or 48% from 150); Blue value is 71 (28.12% from 255 or 47.33% from 150); Max value from RGB is 72 - color contains mainly: green. Hex color #074847 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074847 is #F8B7B8. Grayscale: #343434. Windows color (decimal): -16299961 or 4671495. OLE color: 4671495.

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

Color convert

RGB77271-
CMYK0.9000.010.72
HSL179.08º82.28%15.49%-
HSV(B)179.08º90.28%28.24%-
XYZ3.545.136.77-
YUV52.45138.4795.58-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.67%
GREEN value IS 72 (28.52% from 255) = 48%
BLUE value IS 71 (28.12% from 255) = 47.33%
R=4.67%
G=48%
B=47.33%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal772710.9000.010.72179.0882.2815.49
Hex748475A0148b352f
Octal71101071320111026312217
Binary1111001000100011110110100110010001011001110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074847

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #074847; }

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

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

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

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

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

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

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

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