Html Css Color HEX #376F77 Ming

📋 copy color: '#376F77'

red 55 ◦ green 111 ◦ blue 119

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

Shades of Ming #376F77

Tints of Ming #376F77

RGB

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

 GREEN value IS 111 (43.75% from 255) = 38.95%

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

R = 19.3%
G = 38.95%
B = 41.75%

CMYK

 C value IS 0.54

 M value IS 0.07

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#376F77 (or 0x376F77) is known color: Ming. HEX triplet: 37, 6F and 77. RGB value is (55,111,119). Sum of RGB (Red+Green+Blue) = 55+111+119=285 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.30% from 285); Green value is 111 (43.75% from 255 or 38.95% from 285); Blue value is 119 (46.88% from 255 or 41.75% from 285); Max value from RGB is 119 - color contains mainly: blue. Hex color #376F77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376F77 is #C89088. Grayscale: #5F5F5F. Windows color (decimal): -13144201 or 7827255. OLE color: 7827255.

HSL color Cylindrical-coordinate representation of color #376F77: hue angle of 187.5º 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 #376F77 is Cyan = 0.54, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 55 111 119 -
CMYK 0.54 0.07 0 0.53
HSL 187.5º 0.37% 0.34% -
HSV(B) 187.5º 0.54% 0.47% -
XYZ 10.59 13.51 19.5 -
YUV 95.17 141.45 99.35 -
System Red Green Blue C M Y K H S L
Decimal 55 111 119 0.54 0.07 0 0.53 187.5 0.37 0.34
Hex 37 6F 77 36 7 0 35 BC 25 22
Octal 67 157 167 66 7 0 65 274 45 42
Binary 110111 1101111 1110111 110110 111 0 110101 10111100 100101 100010

Color Harmonies of #376F77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376F77

Black with #376F77

Text Example


Text Example

White with #376F77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #376F77; }

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

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

background-color css

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

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

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

border-color css

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

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

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