#1B776E

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

Shades of Elm #1B776E

Tints of Elm #1B776E

Color information

#1B776E (or 0x1B776E) is unknown color: approx Elm. HEX triplet: 1B, 77 and 6E. RGB value is (27,119,110). Sum of RGB (Red+Green+Blue) = 27+119+110=256 (33% of max value = 765). Red value is 27 (10.94% from 255 or 10.55% from 256); Green value is 119 (46.88% from 255 or 46.48% from 256); Blue value is 110 (43.36% from 255 or 42.97% from 256); Max value from RGB is 119 - color contains mainly: green. Hex color #1B776E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B776E is #E48891. Grayscale: #5A5A5A. Windows color (decimal): -14977170 or 7239451. OLE color: 7239451.

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

Color convert

RGB27119110-
CMYK0.7700.080.53
HSL174.13º63.01%28.63%-
HSV(B)174.13º77.31%46.67%-
XYZ9.8614.5517.04-
YUV90.47139.0282.73-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 10.55%
GREEN value IS 119 (46.88% from 255) = 46.48%
BLUE value IS 110 (43.36% from 255) = 42.97%
R=10.55%
G=46.48%
B=42.97%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal271191100.7700.080.53174.1363.0128.63
Hex1B776E4D0835ae3f1d
Octal33167156115010652567735
Binary11011111011111011101001101010001101011010111011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B776E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,119,110); }

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

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

 a { background-color: rgb(27,119,110); }

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

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

 span { border-color: rgb(27,119,110); }

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