Html Css Color HEX #377F7A Elm

📋 copy color: '#377F7A'

red 55 ◦ green 127 ◦ blue 122

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

Shades of Elm #377F7A

Tints of Elm #377F7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 40.13%

R = 18.09%
G = 41.78%
B = 40.13%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.04

 K value IS 0.50

RGB Variations

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

Color information

#377F7A (or 0x377F7A) is known color: Elm. HEX triplet: 37, 7F and 7A. RGB value is (55,127,122). Sum of RGB (Red+Green+Blue) = 55+127+122=304 (40% of max value = 765). Red value is 55 (21.88% from 255 or 18.09% from 304); Green value is 127 (50% from 255 or 41.78% from 304); Blue value is 122 (48.05% from 255 or 40.13% from 304); Max value from RGB is 127 - color contains mainly: green. Hex color #377F7A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377F7A is #C88085. Grayscale: #686868. Windows color (decimal): -13140102 or 8027959. OLE color: 8027959.

HSL color Cylindrical-coordinate representation of color #377F7A: hue angle of 175.83º 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 #377F7A is Cyan = 0.57, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.50.

Color convert

RGB 55 127 122 -
CMYK 0.57 0 0.04 0.50
HSL 175.83º 0.4% 0.36% -
HSV(B) 175.83º 0.57% 0.5% -
XYZ 12.68 17.4 21.1 -
YUV 104.9 137.65 92.41 -
System Red Green Blue C M Y K H S L
Decimal 55 127 122 0.57 0 0.04 0.50 175.83 0.4 0.36
Hex 37 7F 7A 39 0 4 32 B0 28 24
Octal 67 177 172 71 0 4 62 260 50 44
Binary 110111 1111111 1111010 111001 0 100 110010 10110000 101000 100100

Color Harmonies of #377F7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377F7A

Black with #377F7A

Text Example


Text Example

White with #377F7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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