Html Css Color HEX #1E7773 Elm

📋 copy color: '#1E7773'

red 30 ◦ green 119 ◦ blue 115

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

Shades of Elm #1E7773

Tints of Elm #1E7773

RGB

 RED value IS 30 (12.11% from 255) = 11.36%

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

 BLUE value IS 115 (45.31% from 255) = 43.56%

R = 11.36%
G = 45.08%
B = 43.56%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.03

 K value IS 0.53

RGB Variations

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

Color information

#1E7773 (or 0x1E7773) is known color: Elm. HEX triplet: 1E, 77 and 73. RGB value is (30,119,115). Sum of RGB (Red+Green+Blue) = 30+119+115=264 (34% of max value = 765). Red value is 30 (12.11% from 255 or 11.36% from 264); Green value is 119 (46.88% from 255 or 45.08% from 264); Blue value is 115 (45.31% from 255 or 43.56% from 264); Max value from RGB is 119 - color contains mainly: green. Hex color #1E7773 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E7773 is #E1888C. Grayscale: #5B5B5B. Windows color (decimal): -14780557 or 7567134. OLE color: 7567134.

HSL color Cylindrical-coordinate representation of color #1E7773: hue angle of 177.3º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1E7773 is Cyan = 0.75, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.53.

Color convert

RGB 30 119 115 -
CMYK 0.75 0 0.03 0.53
HSL 177.3º 0.6% 0.29% -
HSV(B) 177.3º 0.75% 0.47% -
XYZ 10.23 14.71 18.52 -
YUV 91.93 141.01 83.83 -
System Red Green Blue C M Y K H S L
Decimal 30 119 115 0.75 0 0.03 0.53 177.3 0.6 0.29
Hex 1E 77 73 4B 0 3 35 B1 3C 1D
Octal 36 167 163 113 0 3 65 261 74 35
Binary 11110 1110111 1110011 1001011 0 11 110101 10110001 111100 11101

Color Harmonies of #1E7773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E7773

Black with #1E7773

Text Example


Text Example

White with #1E7773

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1E7773;
 }
 .AnyTagClassName
 {
   color: #1E7773;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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