#1B7B77

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

Shades of Elm #1B7B77

Tints of Elm #1B7B77

Color information

#1B7B77 (or 0x1B7B77) is unknown color: approx Elm. HEX triplet: 1B, 7B and 77. RGB value is (27,123,119). Sum of RGB (Red+Green+Blue) = 27+123+119=269 (35% of max value = 765). Red value is 27 (10.94% from 255 or 10.04% from 269); Green value is 123 (48.44% from 255 or 45.72% from 269); Blue value is 119 (46.88% from 255 or 44.24% from 269); Max value from RGB is 123 - color contains mainly: green. Hex color #1B7B77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B7B77 is #E48488. Grayscale: #5D5D5D. Windows color (decimal): -14976137 or 7830299. OLE color: 7830299.

HSL color Cylindrical-coordinate representation of color #1B7B77: hue angle of 177.5º degrees, saturation: 0.64, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1B7B77 is Cyan = 0.78, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.52.

Color convert

RGB27123119-
CMYK0.7800.030.52
HSL177.5º64%29.41%-
HSV(B)177.5º78.05%48.24%-
XYZ10.8615.7319.92-
YUV93.84142.280.33-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 10.04%
GREEN value IS 123 (48.44% from 255) = 45.72%
BLUE value IS 119 (46.88% from 255) = 44.24%
R=10.04%
G=45.72%
B=44.24%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal271231190.7800.030.52177.56429.41
Hex1B7B774E0334b2401d
Octal33173167116036426210035
Binary1101111110111110111100111001111010010110010100000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B7B77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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