Html Css Color HEX #377077 Ming

📋 copy color: '#377077'

red 55 ◦ green 112 ◦ blue 119

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

Shades of Ming #377077

Tints of Ming #377077

RGB

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

 GREEN value IS 112 (44.14% from 255) = 39.16%

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

R = 19.23%
G = 39.16%
B = 41.61%

CMYK

 C value IS 0.54

 M value IS 0.06

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#377077 (or 0x377077) is known color: Ming. HEX triplet: 37, 70 and 77. RGB value is (55,112,119). Sum of RGB (Red+Green+Blue) = 55+112+119=286 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.23% from 286); Green value is 112 (44.14% from 255 or 39.16% from 286); Blue value is 119 (46.88% from 255 or 41.61% from 286); Max value from RGB is 119 - color contains mainly: blue. Hex color #377077 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377077 is #C88F88. Grayscale: #5F5F5F. Windows color (decimal): -13143945 or 7827511. OLE color: 7827511.

HSL color Cylindrical-coordinate representation of color #377077: hue angle of 186.56º degrees, saturation: 0.37, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #377077 is Cyan = 0.54, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 55 112 119 -
CMYK 0.54 0.06 0 0.53
HSL 186.56º 0.37% 0.34% -
HSV(B) 186.56º 0.54% 0.47% -
XYZ 10.7 13.73 19.54 -
YUV 95.76 141.12 98.93 -
System Red Green Blue C M Y K H S L
Decimal 55 112 119 0.54 0.06 0 0.53 186.56 0.37 0.34
Hex 37 70 77 36 6 0 35 BB 25 22
Octal 67 160 167 66 6 0 65 273 45 42
Binary 110111 1110000 1110111 110110 110 0 110101 10111011 100101 100010

Color Harmonies of #377077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377077

Black with #377077

Text Example


Text Example

White with #377077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377077; }

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

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

background-color css

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

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

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

border-color css

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

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

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