Html Css Color HEX #1D7771 Elm

📋 copy color: '#1D7771'

red 29 ◦ green 119 ◦ blue 113

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

Shades of Elm #1D7771

Tints of Elm #1D7771

RGB

 RED value IS 29 (11.72% from 255) = 11.11%

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

 BLUE value IS 113 (44.53% from 255) = 43.3%

R = 11.11%
G = 45.59%
B = 43.3%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.05

 K value IS 0.53

RGB Variations

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

Color information

#1D7771 (or 0x1D7771) is known color: Elm. HEX triplet: 1D, 77 and 71. RGB value is (29,119,113). Sum of RGB (Red+Green+Blue) = 29+119+113=261 (34% of max value = 765). Red value is 29 (11.72% from 255 or 11.11% from 261); Green value is 119 (46.88% from 255 or 45.59% from 261); Blue value is 113 (44.53% from 255 or 43.30% from 261); Max value from RGB is 119 - color contains mainly: green. Hex color #1D7771 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D7771 is #E2888E. Grayscale: #5B5B5B. Windows color (decimal): -14846095 or 7436061. OLE color: 7436061.

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

Color convert

RGB 29 119 113 -
CMYK 0.76 0 0.05 0.53
HSL 176º 0.61% 0.29% -
HSV(B) 176º 0.76% 0.47% -
XYZ 10.08 14.65 17.92 -
YUV 91.41 140.18 83.49 -
System Red Green Blue C M Y K H S L
Decimal 29 119 113 0.76 0 0.05 0.53 176 0.61 0.29
Hex 1D 77 71 4C 0 5 35 B0 3D 1D
Octal 35 167 161 114 0 5 65 260 75 35
Binary 11101 1110111 1110001 1001100 0 101 110101 10110000 111101 11101

Color Harmonies of #1D7771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D7771

Black with #1D7771

Text Example


Text Example

White with #1D7771

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,119,113); }

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

background-color css

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

 a { background-color: rgb(29,119,113); }

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

border-color css

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

 span { border-color: rgb(29,119,113); }

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