Html Css Color HEX #377780 Ming

📋 copy color: '#377780'

red 55 ◦ green 119 ◦ blue 128

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

Shades of Ming #377780

Tints of Ming #377780

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 42.38%

R = 18.21%
G = 39.4%
B = 42.38%

CMYK

 C value IS 0.57

 M value IS 0.07

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#377780 (or 0x377780) is known color: Ming. HEX triplet: 37, 77 and 80. RGB value is (55,119,128). Sum of RGB (Red+Green+Blue) = 55+119+128=302 (40% of max value = 765). Red value is 55 (21.88% from 255 or 18.21% from 302); Green value is 119 (46.88% from 255 or 39.40% from 302); Blue value is 128 (50.39% from 255 or 42.38% from 302); Max value from RGB is 128 - color contains mainly: blue. Hex color #377780 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377780 is #C8887F. Grayscale: #646464. Windows color (decimal): -13142144 or 8419127. OLE color: 8419127.

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

Color convert

RGB 55 119 128 -
CMYK 0.57 0.07 0 0.50
HSL 187.4º 0.4% 0.36% -
HSV(B) 187.4º 0.57% 0.5% -
XYZ 12.07 15.56 22.79 -
YUV 100.89 143.3 95.27 -
System Red Green Blue C M Y K H S L
Decimal 55 119 128 0.57 0.07 0 0.50 187.4 0.4 0.36
Hex 37 77 80 39 7 0 32 BB 28 24
Octal 67 167 200 71 7 0 62 273 50 44
Binary 110111 1110111 10000000 111001 111 0 110010 10111011 101000 100100

Color Harmonies of #377780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377780

Black with #377780

Text Example


Text Example

White with #377780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377780; }

 p { color: rgb(55,119,128); }

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

background-color css

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

 a { background-color: rgb(55,119,128); }

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

border-color css

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

 span { border-color: rgb(55,119,128); }

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