#077A4B

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

Shades of Salem #077A4B

Tints of Salem #077A4B

Color information

#077A4B (or 0x077A4B) is unknown color: approx Salem. HEX triplet: 07, 7A and 4B. RGB value is (7,122,75). Sum of RGB (Red+Green+Blue) = 7+122+75=204 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.43% from 204); Green value is 122 (48.05% from 255 or 59.80% from 204); Blue value is 75 (29.69% from 255 or 36.76% from 204); Max value from RGB is 122 - color contains mainly: green. Hex color #077A4B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #077A4B is #F885B4. Grayscale: #525252. Windows color (decimal): -16287157 or 4946439. OLE color: 4946439.

HSL color Cylindrical-coordinate representation of color #077A4B: hue angle of 155.48º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #077A4B is Cyan = 0.94, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.52.

Color convert

RGB712275-
CMYK0.9400.390.52
HSL155.48º89.15%25.29%-
HSV(B)155.48º94.26%47.84%-
XYZ8.3214.479.01-
YUV82.26123.974.32-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.43%
GREEN value IS 122 (48.05% from 255) = 59.80%
BLUE value IS 75 (29.69% from 255) = 36.76%
R=3.43%
G=59.80%
B=36.76%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal7122750.9400.390.52155.4889.1525.29
Hex77A4B5E027349b5919
Octal71721131360476423313131
Binary111111101010010111011110010011111010010011011101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #077A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,122,75); }

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

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

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

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

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

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

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