#1B7770

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

Shades of Elm #1B7770

Tints of Elm #1B7770

Color information

#1B7770 (or 0x1B7770) is unknown color: approx Elm. HEX triplet: 1B, 77 and 70. RGB value is (27,119,112). Sum of RGB (Red+Green+Blue) = 27+119+112=258 (34% of max value = 765). Red value is 27 (10.94% from 255 or 10.47% from 258); Green value is 119 (46.88% from 255 or 46.12% from 258); Blue value is 112 (44.14% from 255 or 43.41% from 258); Max value from RGB is 119 - color contains mainly: green. Hex color #1B7770 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B7770 is #E4888F. Grayscale: #5A5A5A. Windows color (decimal): -14977168 or 7370523. OLE color: 7370523.

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

Color convert

RGB27119112-
CMYK0.7700.060.53
HSL175.43º63.01%28.63%-
HSV(B)175.43º77.31%46.67%-
XYZ9.9714.617.62-
YUV90.69140.0282.57-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 10.47%
GREEN value IS 119 (46.88% from 255) = 46.12%
BLUE value IS 112 (44.14% from 255) = 43.41%
R=10.47%
G=46.12%
B=43.41%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal271191120.7700.060.53175.4363.0128.63
Hex1B77704D0635af3f1d
Octal3316716011506652577735
Binary1101111101111110000100110101101101011010111111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B7770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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