Html Css Color HEX #377175 Ming

📋 copy color: '#377175'

red 55 ◦ green 113 ◦ blue 117

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

Shades of Ming #377175

Tints of Ming #377175

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 41.05%

R = 19.3%
G = 39.65%
B = 41.05%

CMYK

 C value IS 0.53

 M value IS 0.03

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#377175 (or 0x377175) is known color: Ming. HEX triplet: 37, 71 and 75. RGB value is (55,113,117). Sum of RGB (Red+Green+Blue) = 55+113+117=285 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.30% from 285); Green value is 113 (44.53% from 255 or 39.65% from 285); Blue value is 117 (46.09% from 255 or 41.05% from 285); Max value from RGB is 117 - color contains mainly: blue. Hex color #377175 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377175 is #C88E8A. Grayscale: #606060. Windows color (decimal): -13143691 or 7696695. OLE color: 7696695.

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

Color convert

RGB 55 113 117 -
CMYK 0.53 0.03 0 0.54
HSL 183.87º 0.36% 0.34% -
HSV(B) 183.87º 0.53% 0.46% -
XYZ 10.69 13.91 18.95 -
YUV 96.11 139.78 98.67 -
System Red Green Blue C M Y K H S L
Decimal 55 113 117 0.53 0.03 0 0.54 183.87 0.36 0.34
Hex 37 71 75 35 3 0 36 B8 24 22
Octal 67 161 165 65 3 0 66 270 44 42
Binary 110111 1110001 1110101 110101 11 0 110110 10111000 100100 100010

Color Harmonies of #377175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377175

Black with #377175

Text Example


Text Example

White with #377175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377175; }

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

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

background-color css

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

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

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

border-color css

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

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

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