Html Css Color HEX #257C77 Elm

📋 copy color: '#257C77'

red 37 ◦ green 124 ◦ blue 119

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

Shades of Elm #257C77

Tints of Elm #257C77

RGB

 RED value IS 37 (14.84% from 255) = 13.21%

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

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

R = 13.21%
G = 44.29%
B = 42.5%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.04

 K value IS 0.51

RGB Variations

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

Color information

#257C77 (or 0x257C77) is known color: Elm. HEX triplet: 25, 7C and 77. RGB value is (37,124,119). Sum of RGB (Red+Green+Blue) = 37+124+119=280 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.21% from 280); Green value is 124 (48.83% from 255 or 44.29% from 280); Blue value is 119 (46.88% from 255 or 42.5% from 280); Max value from RGB is 124 - color contains mainly: green. Hex color #257C77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #257C77 is #DA8388. Grayscale: #616161. Windows color (decimal): -14320521 or 7830565. OLE color: 7830565.

HSL color Cylindrical-coordinate representation of color #257C77: hue angle of 176.55º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #257C77 is Cyan = 0.70, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.51.

Color convert

RGB 37 124 119 -
CMYK 0.70 0 0.04 0.51
HSL 176.55º 0.54% 0.32% -
HSV(B) 176.55º 0.7% 0.49% -
XYZ 11.3 16.14 19.97 -
YUV 97.42 140.18 84.91 -
System Red Green Blue C M Y K H S L
Decimal 37 124 119 0.70 0 0.04 0.51 176.55 0.54 0.32
Hex 25 7C 77 46 0 4 33 B1 36 20
Octal 45 174 167 106 0 4 63 261 66 40
Binary 100101 1111100 1110111 1000110 0 100 110011 10110001 110110 100000

Color Harmonies of #257C77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257C77

Black with #257C77

Text Example


Text Example

White with #257C77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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