Html Css Color HEX #157C77 Elm

📋 copy color: '#157C77'

red 21 ◦ green 124 ◦ blue 119

#157C77
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Elm #157C77

Tints of Elm #157C77

RGB

 RED value IS 21 (8.59% from 255) = 7.95%

 GREEN value IS 124 (48.83% from 255) = 46.97%

 BLUE value IS 119 (46.88% from 255) = 45.08%

R = 7.95%
G = 46.97%
B = 45.08%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.04

 K value IS 0.51

RGB Variations

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

Color information

#157C77 (or 0x157C77) is known color: Elm. HEX triplet: 15, 7C and 77. RGB value is (21,124,119). Sum of RGB (Red+Green+Blue) = 21+124+119=264 (34% of max value = 765). Red value is 21 (8.59% from 255 or 7.95% from 264); Green value is 124 (48.83% from 255 or 46.97% from 264); Blue value is 119 (46.88% from 255 or 45.08% from 264); Max value from RGB is 124 - color contains mainly: green. Hex color #157C77 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #157C77 is #EA8388. Grayscale: #5C5C5C. Windows color (decimal): -15369097 or 7830549. OLE color: 7830549.

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

Color convert

RGB 21 124 119 -
CMYK 0.83 0 0.04 0.51
HSL 177.09º 0.71% 0.28% -
HSV(B) 177.09º 0.83% 0.49% -
XYZ 10.85 15.91 19.95 -
YUV 92.63 142.88 76.91 -
System Red Green Blue C M Y K H S L
Decimal 21 124 119 0.83 0 0.04 0.51 177.09 0.71 0.28
Hex 15 7C 77 53 0 4 33 B1 47 1C
Octal 25 174 167 123 0 4 63 261 107 34
Binary 10101 1111100 1110111 1010011 0 100 110011 10110001 1000111 11100

Color Harmonies of #157C77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157C77

Black with #157C77

Text Example


Text Example

White with #157C77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #157C77;
 }
 .AnyTagClassName
 {
   color: #157C77;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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