#1A7770

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

Shades of Elm #1A7770

Tints of Elm #1A7770

Color information

#1A7770 (or 0x1A7770) is unknown color: approx Elm. HEX triplet: 1A, 77 and 70. RGB value is (26,119,112). Sum of RGB (Red+Green+Blue) = 26+119+112=257 (34% of max value = 765). Red value is 26 (10.55% from 255 or 10.12% from 257); Green value is 119 (46.88% from 255 or 46.30% from 257); Blue value is 112 (44.14% from 255 or 43.58% from 257); Max value from RGB is 119 - color contains mainly: green. Hex color #1A7770 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A7770 is #E5888F. Grayscale: #5A5A5A. Windows color (decimal): -15042704 or 7370522. OLE color: 7370522.

HSL color Cylindrical-coordinate representation of color #1A7770: hue angle of 175.48º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1A7770 is Cyan = 0.78, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.53.

Color convert

RGB26119112-
CMYK0.7800.060.53
HSL175.48º64.14%28.43%-
HSV(B)175.48º78.15%46.67%-
XYZ9.9514.5817.62-
YUV90.4140.1982.07-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 10.12%
GREEN value IS 119 (46.88% from 255) = 46.30%
BLUE value IS 112 (44.14% from 255) = 43.58%
R=10.12%
G=46.30%
B=43.58%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal261191120.7800.060.53175.4864.1428.43
Hex1A77704E0635af401c
Octal32167160116066525710034
Binary11010111011111100001001110011011010110101111100000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A7770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1A7770; }

 p { color: rgb(26,119,112); }

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

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

 a { background-color: rgb(26,119,112); }

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

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

 span { border-color: rgb(26,119,112); }

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