#077E4C

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

Shades of Salem #077E4C

Tints of Salem #077E4C

Color information

#077E4C (or 0x077E4C) is unknown color: approx Salem. HEX triplet: 07, 7E and 4C. RGB value is (7,126,76). Sum of RGB (Red+Green+Blue) = 7+126+76=209 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.35% from 209); Green value is 126 (49.61% from 255 or 60.29% from 209); Blue value is 76 (30.08% from 255 or 36.36% from 209); Max value from RGB is 126 - color contains mainly: green. Hex color #077E4C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #077E4C is #F881B3. Grayscale: #545454. Windows color (decimal): -16286132 or 5012999. OLE color: 5012999.

HSL color Cylindrical-coordinate representation of color #077E4C: hue angle of 154.79º degrees, saturation: 0.89, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #077E4C is Cyan = 0.94, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.51.

Color convert

RGB712676-
CMYK0.9400.400.51
HSL154.79º89.47%26.08%-
HSV(B)154.79º94.44%49.41%-
XYZ8.8515.499.36-
YUV84.72123.0872.57-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.35%
GREEN value IS 126 (49.61% from 255) = 60.29%
BLUE value IS 76 (30.08% from 255) = 36.36%
R=3.35%
G=60.29%
B=36.36%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal7126760.9400.400.51154.7989.4726.08
Hex77E4C5E028339b591a
Octal71761141360506323313132
Binary111111111010011001011110010100011001110011011101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #077E4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #077E4C; }

 p { color: rgb(7,126,76); }

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

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

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

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

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

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

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