Html Css Color HEX #377679 Ming

📋 copy color: '#377679'

red 55 ◦ green 118 ◦ blue 121

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

Shades of Ming #377679

Tints of Ming #377679

RGB

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

 GREEN value IS 118 (46.48% from 255) = 40.14%

 BLUE value IS 121 (47.66% from 255) = 41.16%

R = 18.71%
G = 40.14%
B = 41.16%

CMYK

 C value IS 0.55

 M value IS 0.02

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#377679 (or 0x377679) is known color: Ming. HEX triplet: 37, 76 and 79. RGB value is (55,118,121). Sum of RGB (Red+Green+Blue) = 55+118+121=294 (38% of max value = 765). Red value is 55 (21.88% from 255 or 18.71% from 294); Green value is 118 (46.48% from 255 or 40.14% from 294); Blue value is 121 (47.66% from 255 or 41.16% from 294); Max value from RGB is 121 - color contains mainly: blue. Hex color #377679 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377679 is #C88986. Grayscale: #636363. Windows color (decimal): -13142407 or 7960119. OLE color: 7960119.

HSL color Cylindrical-coordinate representation of color #377679: hue angle of 182.73º 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 #377679 is Cyan = 0.55, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 55 118 121 -
CMYK 0.55 0.02 0 0.53
HSL 182.73º 0.38% 0.35% -
HSV(B) 182.73º 0.55% 0.47% -
XYZ 11.51 15.15 20.41 -
YUV 99.51 140.13 96.26 -
System Red Green Blue C M Y K H S L
Decimal 55 118 121 0.55 0.02 0 0.53 182.73 0.38 0.35
Hex 37 76 79 37 2 0 35 B7 26 23
Octal 67 166 171 67 2 0 65 267 46 43
Binary 110111 1110110 1111001 110111 10 0 110101 10110111 100110 100011

Color Harmonies of #377679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377679

Black with #377679

Text Example


Text Example

White with #377679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377679; }

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

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

background-color css

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

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

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

border-color css

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

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

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