Html Css Color HEX #376B76 Ming

📋 copy color: '#376B76'

red 55 ◦ green 107 ◦ blue 118

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

Shades of Ming #376B76

Tints of Ming #376B76

RGB

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

 GREEN value IS 107 (42.19% from 255) = 38.21%

 BLUE value IS 118 (46.48% from 255) = 42.14%

R = 19.64%
G = 38.21%
B = 42.14%

CMYK

 C value IS 0.53

 M value IS 0.09

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#376B76 (or 0x376B76) is known color: Ming. HEX triplet: 37, 6B and 76. RGB value is (55,107,118). Sum of RGB (Red+Green+Blue) = 55+107+118=280 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.64% from 280); Green value is 107 (42.19% from 255 or 38.21% from 280); Blue value is 118 (46.48% from 255 or 42.14% from 280); Max value from RGB is 118 - color contains mainly: blue. Hex color #376B76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376B76 is #C89489. Grayscale: #5C5C5C. Windows color (decimal): -13145226 or 7760695. OLE color: 7760695.

HSL color Cylindrical-coordinate representation of color #376B76: hue angle of 190.48º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #376B76 is Cyan = 0.53, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 55 107 118 -
CMYK 0.53 0.09 0 0.54
HSL 190.48º 0.36% 0.34% -
HSV(B) 190.48º 0.53% 0.46% -
XYZ 10.1 12.64 19.05 -
YUV 92.71 142.27 101.11 -
System Red Green Blue C M Y K H S L
Decimal 55 107 118 0.53 0.09 0 0.54 190.48 0.36 0.34
Hex 37 6B 76 35 9 0 36 BE 24 22
Octal 67 153 166 65 11 0 66 276 44 42
Binary 110111 1101011 1110110 110101 1001 0 110110 10111110 100100 100010

Color Harmonies of #376B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376B76

Black with #376B76

Text Example


Text Example

White with #376B76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,107,118); }

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

background-color css

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

 a { background-color: rgb(55,107,118); }

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

border-color css

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

 span { border-color: rgb(55,107,118); }

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