Html Css Color HEX #1A7770 Elm

📋 copy color: '#1A7770'

red 26 ◦ green 119 ◦ blue 112

#1A7770
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Elm #1A7770

Tints of Elm #1A7770

RGB

 RED value IS 26 (10.55% from 255) = 10.12%

 GREEN value IS 119 (46.88% from 255) = 46.3%

 BLUE value IS 112 (44.14% from 255) = 43.58%

R = 10.12%
G = 46.3%
B = 43.58%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.06

 K value IS 0.53

RGB Variations

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

Color information

#1A7770 (or 0x1A7770) is known color: 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

RGB 26 119 112 -
CMYK 0.78 0 0.06 0.53
HSL 175.48º 0.64% 0.28% -
HSV(B) 175.48º 0.78% 0.47% -
XYZ 9.95 14.58 17.62 -
YUV 90.4 140.19 82.07 -
System Red Green Blue C M Y K H S L
Decimal 26 119 112 0.78 0 0.06 0.53 175.48 0.64 0.28
Hex 1A 77 70 4E 0 6 35 AF 40 1C
Octal 32 167 160 116 0 6 65 257 100 34
Binary 11010 1110111 1110000 1001110 0 110 110101 10101111 1000000 11100

Color Harmonies of #1A7770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A7770

Black with #1A7770

Text Example


Text Example

White with #1A7770

Text Example


Text Example

HTML Codes & Css Web 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>