Html Css Color HEX #377172 Ming

📋 copy color: '#377172'

red 55 ◦ green 113 ◦ blue 114

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

Shades of Ming #377172

Tints of Ming #377172

RGB

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

 GREEN value IS 113 (44.53% from 255) = 40.07%

 BLUE value IS 114 (44.92% from 255) = 40.43%

R = 19.5%
G = 40.07%
B = 40.43%

CMYK

 C value IS 0.52

 M value IS 0.01

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#377172 (or 0x377172) is known color: Ming. HEX triplet: 37, 71 and 72. RGB value is (55,113,114). Sum of RGB (Red+Green+Blue) = 55+113+114=282 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.50% from 282); Green value is 113 (44.53% from 255 or 40.07% from 282); Blue value is 114 (44.92% from 255 or 40.43% from 282); Max value from RGB is 114 - color contains mainly: blue. Hex color #377172 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377172 is #C88E8D. Grayscale: #5F5F5F. Windows color (decimal): -13143694 or 7500087. OLE color: 7500087.

HSL color Cylindrical-coordinate representation of color #377172: hue angle of 181.02º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #377172 is Cyan = 0.52, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 55 113 114 -
CMYK 0.52 0.01 0 0.55
HSL 181.02º 0.35% 0.33% -
HSV(B) 181.02º 0.52% 0.45% -
XYZ 10.52 13.84 18.04 -
YUV 95.77 138.28 98.92 -
System Red Green Blue C M Y K H S L
Decimal 55 113 114 0.52 0.01 0 0.55 181.02 0.35 0.33
Hex 37 71 72 34 1 0 37 B5 23 21
Octal 67 161 162 64 1 0 67 265 43 41
Binary 110111 1110001 1110010 110100 1 0 110111 10110101 100011 100001

Color Harmonies of #377172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377172

Black with #377172

Text Example


Text Example

White with #377172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377172; }

 p { color: rgb(55,113,114); }

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

background-color css

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

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

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

border-color css

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

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

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