Html Css Color HEX #377977 Ming

📋 copy color: '#377977'

red 55 ◦ green 121 ◦ blue 119

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

Shades of Ming #377977

Tints of Ming #377977

RGB

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

 GREEN value IS 121 (47.66% from 255) = 41.02%

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

R = 18.64%
G = 41.02%
B = 40.34%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.02

 K value IS 0.53

RGB Variations

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

Color information

#377977 (or 0x377977) is known color: Ming. HEX triplet: 37, 79 and 77. RGB value is (55,121,119). Sum of RGB (Red+Green+Blue) = 55+121+119=295 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.64% from 295); Green value is 121 (47.66% from 255 or 41.02% from 295); Blue value is 119 (46.88% from 255 or 40.34% from 295); Max value from RGB is 121 - color contains mainly: green. Hex color #377977 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377977 is #C88688. Grayscale: #646464. Windows color (decimal): -13141641 or 7829815. OLE color: 7829815.

HSL color Cylindrical-coordinate representation of color #377977: hue angle of 178.18º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #377977 is Cyan = 0.55, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.53.

Color convert

RGB 55 121 119 -
CMYK 0.55 0 0.02 0.53
HSL 178.18º 0.38% 0.35% -
HSV(B) 178.18º 0.55% 0.47% -
XYZ 11.74 15.82 19.89 -
YUV 101.04 138.13 95.16 -
System Red Green Blue C M Y K H S L
Decimal 55 121 119 0.55 0 0.02 0.53 178.18 0.38 0.35
Hex 37 79 77 37 0 2 35 B2 26 23
Octal 67 171 167 67 0 2 65 262 46 43
Binary 110111 1111001 1110111 110111 0 10 110101 10110010 100110 100011

Color Harmonies of #377977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377977

Black with #377977

Text Example


Text Example

White with #377977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377977; }

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

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

background-color css

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

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

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

border-color css

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

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

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