Html Css Color HEX #377B78 Ming

📋 copy color: '#377B78'

red 55 ◦ green 123 ◦ blue 120

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

Shades of Ming #377B78

Tints of Ming #377B78

RGB

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

 GREEN value IS 123 (48.44% from 255) = 41.28%

 BLUE value IS 120 (47.27% from 255) = 40.27%

R = 18.46%
G = 41.28%
B = 40.27%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.02

 K value IS 0.52

RGB Variations

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

Color information

#377B78 (or 0x377B78) is known color: Ming. HEX triplet: 37, 7B and 78. RGB value is (55,123,120). Sum of RGB (Red+Green+Blue) = 55+123+120=298 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.46% from 298); Green value is 123 (48.44% from 255 or 41.28% from 298); Blue value is 120 (47.27% from 255 or 40.27% from 298); Max value from RGB is 123 - color contains mainly: green. Hex color #377B78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377B78 is #C88487. Grayscale: #666666. Windows color (decimal): -13141128 or 7895863. OLE color: 7895863.

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

Color convert

RGB 55 123 120 -
CMYK 0.55 0 0.02 0.52
HSL 177.35º 0.38% 0.35% -
HSV(B) 177.35º 0.55% 0.48% -
XYZ 12.05 16.33 20.29 -
YUV 102.33 137.97 94.24 -
System Red Green Blue C M Y K H S L
Decimal 55 123 120 0.55 0 0.02 0.52 177.35 0.38 0.35
Hex 37 7B 78 37 0 2 34 B1 26 23
Octal 67 173 170 67 0 2 64 261 46 43
Binary 110111 1111011 1111000 110111 0 10 110100 10110001 100110 100011

Color Harmonies of #377B78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377B78

Black with #377B78

Text Example


Text Example

White with #377B78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377B78; }

 p { color: rgb(55,123,120); }

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

background-color css

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

 a { background-color: rgb(55,123,120); }

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

border-color css

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

 span { border-color: rgb(55,123,120); }

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