Html Css Color HEX #377070 Ming

📋 copy color: '#377070'

red 55 ◦ green 112 ◦ blue 112

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

Shades of Ming #377070

Tints of Ming #377070

RGB

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

 GREEN value IS 112 (44.14% from 255) = 40.14%

 BLUE value IS 112 (44.14% from 255) = 40.14%

R = 19.71%
G = 40.14%
B = 40.14%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#377070 (or 0x377070) is known color: Ming. HEX triplet: 37, 70 and 70. RGB value is (55,112,112). Sum of RGB (Red+Green+Blue) = 55+112+112=279 (36% of max value = 765). Red value is 55 (21.88% from 255 or 19.71% from 279); Green value is 112 (44.14% from 255 or 40.14% from 279); Blue value is 112 (44.14% from 255 or 40.14% from 279); Max value from RGB is 112 - color contains mainly: green, blue. Hex color #377070 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377070 is #C88F8F. Grayscale: #5E5E5E. Windows color (decimal): -13143952 or 7368759. OLE color: 7368759.

HSL color Cylindrical-coordinate representation of color #377070: hue angle of 180º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #377070 is Cyan = 0.51, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 55 112 112 -
CMYK 0.51 0 0 0.56
HSL 180º 0.34% 0.33% -
HSV(B) 180º 0.51% 0.44% -
XYZ 10.29 13.57 17.41 -
YUV 94.96 137.62 99.5 -
System Red Green Blue C M Y K H S L
Decimal 55 112 112 0.51 0 0 0.56 180 0.34 0.33
Hex 37 70 70 33 0 0 38 B4 22 21
Octal 67 160 160 63 0 0 70 264 42 41
Binary 110111 1110000 1110000 110011 0 0 111000 10110100 100010 100001

Color Harmonies of #377070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377070

Black with #377070

Text Example


Text Example

White with #377070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377070; }

 p { color: rgb(55,112,112); }

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

background-color css

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

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

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

border-color css

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

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

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