#1D7778

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

Shades of Elm #1D7778

Tints of Elm #1D7778

Color information

#1D7778 (or 0x1D7778) is unknown color: approx Elm. HEX triplet: 1D, 77 and 78. RGB value is (29,119,120). Sum of RGB (Red+Green+Blue) = 29+119+120=268 (35% of max value = 765). Red value is 29 (11.72% from 255 or 10.82% from 268); Green value is 119 (46.88% from 255 or 44.40% from 268); Blue value is 120 (47.27% from 255 or 44.78% from 268); Max value from RGB is 120 - color contains mainly: blue. Hex color #1D7778 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D7778 is #E28887. Grayscale: #5C5C5C. Windows color (decimal): -14846088 or 7894813. OLE color: 7894813.

HSL color Cylindrical-coordinate representation of color #1D7778: hue angle of 180.66º 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 #1D7778 is Cyan = 0.76, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB29119120-
CMYK0.760.0100.53
HSL180.66º61.07%29.22%-
HSV(B)180.66º75.83%47.06%-
XYZ10.4914.8120.08-
YUV92.2143.6882.92-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 10.82%
GREEN value IS 119 (46.88% from 255) = 44.40%
BLUE value IS 120 (47.27% from 255) = 44.78%
R=10.82%
G=44.40%
B=44.78%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal291191200.760.0100.53180.6661.0729.22
Hex1D77784C1035b53d1d
Octal3516717011410652657535
Binary11101111011111110001001100101101011011010111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D7778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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