#157777

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

Shades of Elm #157777

Tints of Elm #157777

Color information

#157777 (or 0x157777) is unknown color: approx Elm. HEX triplet: 15, 77 and 77. RGB value is (21,119,119). Sum of RGB (Red+Green+Blue) = 21+119+119=259 (34% of max value = 765). Red value is 21 (8.59% from 255 or 8.11% from 259); Green value is 119 (46.88% from 255 or 45.95% from 259); Blue value is 119 (46.88% from 255 or 45.95% from 259); Max value from RGB is 119 - color contains mainly: green, blue. Hex color #157777 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #157777 is #EA8888. Grayscale: #595959. Windows color (decimal): -15370377 or 7829269. OLE color: 7829269.

HSL color Cylindrical-coordinate representation of color #157777: hue angle of 180º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #157777 is Cyan = 0.82, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB21119119-
CMYK0.82000.53
HSL180º70%27.45%-
HSV(B)180º82.35%46.67%-
XYZ10.2414.6819.75-
YUV89.7144.5379-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.11%
GREEN value IS 119 (46.88% from 255) = 45.95%
BLUE value IS 119 (46.88% from 255) = 45.95%
R=8.11%
G=45.95%
B=45.95%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal211191190.82000.531807027.45
Hex157777520035b4461b
Octal25167167122006526410633
Binary101011110111111011110100100011010110110100100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #157777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #157777; }

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

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

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

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

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

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

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

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