#157B77

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

Shades of Elm #157B77

Tints of Elm #157B77

Color information

#157B77 (or 0x157B77) is unknown color: approx Elm. HEX triplet: 15, 7B and 77. RGB value is (21,123,119). Sum of RGB (Red+Green+Blue) = 21+123+119=263 (34% of max value = 765). Red value is 21 (8.59% from 255 or 7.98% from 263); Green value is 123 (48.44% from 255 or 46.77% from 263); Blue value is 119 (46.88% from 255 or 45.25% from 263); Max value from RGB is 123 - color contains mainly: green. Hex color #157B77 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #157B77 is #EA8488. Grayscale: #5B5B5B. Windows color (decimal): -15369353 or 7830293. OLE color: 7830293.

HSL color Cylindrical-coordinate representation of color #157B77: hue angle of 177.65º degrees, saturation: 0.71, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #157B77 is Cyan = 0.83, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.52.

Color convert

RGB21123119-
CMYK0.8300.030.52
HSL177.65º70.83%28.24%-
HSV(B)177.65º82.93%48.24%-
XYZ10.7215.6619.91-
YUV92.05143.2177.33-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.98%
GREEN value IS 123 (48.44% from 255) = 46.77%
BLUE value IS 119 (46.88% from 255) = 45.25%
R=7.98%
G=46.77%
B=45.25%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal211231190.8300.030.52177.6570.8328.24
Hex157B77530334b2471c
Octal25173167123036426210734
Binary1010111110111110111101001101111010010110010100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #157B77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #157B77; }

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

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

<style>
 a { background-color: #157B77; }

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

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

<style>
 span { border-color: #157B77; }

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

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