Html Css Color HEX #157B77 Elm

📋 copy color: '#157B77'

red 21 ◦ green 123 ◦ blue 119

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

Shades of Elm #157B77

Tints of Elm #157B77

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 value IS 0.83

 M value IS 0

 Y value IS 0.03

 K value IS 0.52

RGB Variations

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

Color information

#157B77 (or 0x157B77) is known color: 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

RGB 21 123 119 -
CMYK 0.83 0 0.03 0.52
HSL 177.65º 0.71% 0.28% -
HSV(B) 177.65º 0.83% 0.48% -
XYZ 10.72 15.66 19.91 -
YUV 92.05 143.21 77.33 -
System Red Green Blue C M Y K H S L
Decimal 21 123 119 0.83 0 0.03 0.52 177.65 0.71 0.28
Hex 15 7B 77 53 0 3 34 B2 47 1C
Octal 25 173 167 123 0 3 64 262 107 34
Binary 10101 1111011 1110111 1010011 0 11 110100 10110010 1000111 11100

Color Harmonies of #157B77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157B77

Black with #157B77

Text Example


Text Example

White with #157B77

Text Example


Text Example

HTML Codes & Css Web 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>