Html Css Color HEX #377F79 Elm

📋 copy color: '#377F79'

red 55 ◦ green 127 ◦ blue 121

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

Shades of Elm #377F79

Tints of Elm #377F79

RGB

 RED value IS 55 (21.88% from 255) = 18.15%

 GREEN value IS 127 (50% from 255) = 41.91%

 BLUE value IS 121 (47.66% from 255) = 39.93%

R = 18.15%
G = 41.91%
B = 39.93%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.05

 K value IS 0.50

RGB Variations

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

Color information

#377F79 (or 0x377F79) is known color: Elm. HEX triplet: 37, 7F and 79. RGB value is (55,127,121). Sum of RGB (Red+Green+Blue) = 55+127+121=303 (40% of max value = 765). Red value is 55 (21.88% from 255 or 18.15% from 303); Green value is 127 (50% from 255 or 41.91% from 303); Blue value is 121 (47.66% from 255 or 39.93% from 303); Max value from RGB is 127 - color contains mainly: green. Hex color #377F79 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377F79 is #C88086. Grayscale: #686868. Windows color (decimal): -13140103 or 7962423. OLE color: 7962423.

HSL color Cylindrical-coordinate representation of color #377F79: hue angle of 175º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #377F79 is Cyan = 0.57, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.50.

Color convert

RGB 55 127 121 -
CMYK 0.57 0 0.05 0.50
HSL 175º 0.4% 0.36% -
HSV(B) 175º 0.57% 0.5% -
XYZ 12.62 17.37 20.78 -
YUV 104.79 137.15 92.49 -
System Red Green Blue C M Y K H S L
Decimal 55 127 121 0.57 0 0.05 0.50 175 0.4 0.36
Hex 37 7F 79 39 0 5 32 AF 28 24
Octal 67 177 171 71 0 5 62 257 50 44
Binary 110111 1111111 1111001 111001 0 101 110010 10101111 101000 100100

Color Harmonies of #377F79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377F79

Black with #377F79

Text Example


Text Example

White with #377F79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377F79; }

 p { color: rgb(55,127,121); }

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

background-color css

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

 a { background-color: rgb(55,127,121); }

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

border-color css

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

 span { border-color: rgb(55,127,121); }

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