#1B7772

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

Shades of Elm #1B7772

Tints of Elm #1B7772

Color information

#1B7772 (or 0x1B7772) is unknown color: approx Elm. HEX triplet: 1B, 77 and 72. RGB value is (27,119,114). Sum of RGB (Red+Green+Blue) = 27+119+114=260 (34% of max value = 765). Red value is 27 (10.94% from 255 or 10.38% from 260); Green value is 119 (46.88% from 255 or 45.77% from 260); Blue value is 114 (44.92% from 255 or 43.85% from 260); Max value from RGB is 119 - color contains mainly: green. Hex color #1B7772 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B7772 is #E4888D. Grayscale: #5A5A5A. Windows color (decimal): -14977166 or 7501595. OLE color: 7501595.

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

Color convert

RGB27119114-
CMYK0.7700.040.53
HSL176.74º63.01%28.63%-
HSV(B)176.74º77.31%46.67%-
XYZ10.0914.6418.21-
YUV90.92141.0282.41-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 10.38%
GREEN value IS 119 (46.88% from 255) = 45.77%
BLUE value IS 114 (44.92% from 255) = 43.85%
R=10.38%
G=45.77%
B=43.85%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal271191140.7700.040.53176.7463.0128.63
Hex1B77724D0435b13f1d
Octal3316716211504652617735
Binary1101111101111110010100110101001101011011000111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B7772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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