Html Css Color HEX #377575 Ming

📋 copy color: '#377575'

red 55 ◦ green 117 ◦ blue 117

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

Shades of Ming #377575

Tints of Ming #377575

RGB

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

 GREEN value IS 117 (46.09% from 255) = 40.48%

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

R = 19.03%
G = 40.48%
B = 40.48%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#377575 (or 0x377575) is known color: Ming. HEX triplet: 37, 75 and 75. RGB value is (55,117,117). Sum of RGB (Red+Green+Blue) = 55+117+117=289 (38% of max value = 765). Red value is 55 (21.88% from 255 or 19.03% from 289); Green value is 117 (46.09% from 255 or 40.48% from 289); Blue value is 117 (46.09% from 255 or 40.48% from 289); Max value from RGB is 117 - color contains mainly: green, blue. Hex color #377575 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377575 is #C88A8A. Grayscale: #626262. Windows color (decimal): -13142667 or 7697719. OLE color: 7697719.

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

Color convert

RGB 55 117 117 -
CMYK 0.53 0 0 0.54
HSL 180º 0.36% 0.34% -
HSV(B) 180º 0.53% 0.46% -
XYZ 11.15 14.82 19.1 -
YUV 98.46 138.46 97 -
System Red Green Blue C M Y K H S L
Decimal 55 117 117 0.53 0 0 0.54 180 0.36 0.34
Hex 37 75 75 35 0 0 36 B4 24 22
Octal 67 165 165 65 0 0 66 264 44 42
Binary 110111 1110101 1110101 110101 0 0 110110 10110100 100100 100010

Color Harmonies of #377575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377575

Black with #377575

Text Example


Text Example

White with #377575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377575; }

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

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

background-color css

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

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

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

border-color css

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

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

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