Html Css Color HEX #157776 Elm

📋 copy color: '#157776'

red 21 ◦ green 119 ◦ blue 118

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

Shades of Elm #157776

Tints of Elm #157776

RGB

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

 GREEN value IS 119 (46.88% from 255) = 46.12%

 BLUE value IS 118 (46.48% from 255) = 45.74%

R = 8.14%
G = 46.12%
B = 45.74%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.01

 K value IS 0.53

RGB Variations

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

Color information

#157776 (or 0x157776) is known color: Elm. HEX triplet: 15, 77 and 76. RGB value is (21,119,118). Sum of RGB (Red+Green+Blue) = 21+119+118=258 (34% of max value = 765). Red value is 21 (8.59% from 255 or 8.14% from 258); Green value is 119 (46.88% from 255 or 46.12% from 258); Blue value is 118 (46.48% from 255 or 45.74% from 258); Max value from RGB is 119 - color contains mainly: green. Hex color #157776 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #157776 is #EA8889. Grayscale: #595959. Windows color (decimal): -15370378 or 7763733. OLE color: 7763733.

HSL color Cylindrical-coordinate representation of color #157776: hue angle of 179.39º 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 #157776 is Cyan = 0.82, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.53.

Color convert

RGB 21 119 118 -
CMYK 0.82 0 0.01 0.53
HSL 179.39º 0.7% 0.27% -
HSV(B) 179.39º 0.82% 0.47% -
XYZ 10.18 14.66 19.43 -
YUV 89.58 144.03 79.08 -
System Red Green Blue C M Y K H S L
Decimal 21 119 118 0.82 0 0.01 0.53 179.39 0.7 0.27
Hex 15 77 76 52 0 1 35 B3 46 1B
Octal 25 167 166 122 0 1 65 263 106 33
Binary 10101 1110111 1110110 1010010 0 1 110101 10110011 1000110 11011

Color Harmonies of #157776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157776

Black with #157776

Text Example


Text Example

White with #157776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #157776; }

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

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

background-color css

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

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

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

border-color css

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

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

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