#1E7B77

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

Shades of Elm #1E7B77

Tints of Elm #1E7B77

Color information

#1E7B77 (or 0x1E7B77) is unknown color: approx Elm. HEX triplet: 1E, 7B and 77. RGB value is (30,123,119). Sum of RGB (Red+Green+Blue) = 30+123+119=272 (36% of max value = 765). Red value is 30 (12.11% from 255 or 11.03% from 272); Green value is 123 (48.44% from 255 or 45.22% from 272); Blue value is 119 (46.88% from 255 or 43.75% from 272); Max value from RGB is 123 - color contains mainly: green. Hex color #1E7B77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E7B77 is #E18488. Grayscale: #5E5E5E. Windows color (decimal): -14779529 or 7830302. OLE color: 7830302.

HSL color Cylindrical-coordinate representation of color #1E7B77: hue angle of 177.42º degrees, saturation: 0.61, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1E7B77 is Cyan = 0.76, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.52.

Color convert

RGB30123119-
CMYK0.7600.030.52
HSL177.42º60.78%30%-
HSV(B)177.42º75.61%48.24%-
XYZ10.9515.7719.92-
YUV94.74141.6981.83-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 11.03%
GREEN value IS 123 (48.44% from 255) = 45.22%
BLUE value IS 119 (46.88% from 255) = 43.75%
R=11.03%
G=45.22%
B=43.75%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal301231190.7600.030.52177.4260.7830
Hex1E7B774C0334b13d1e
Octal3617316711403642617536
Binary111101111011111011110011000111101001011000111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E7B77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,123,119); }

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

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

 a { background-color: rgb(30,123,119); }

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

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

 span { border-color: rgb(30,123,119); }

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