Html Css Color HEX #37727A Ming

📋 copy color: '#37727A'

red 55 ◦ green 114 ◦ blue 122

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

Shades of Ming #37727A

Tints of Ming #37727A

RGB

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

 GREEN value IS 114 (44.92% from 255) = 39.18%

 BLUE value IS 122 (48.05% from 255) = 41.92%

R = 18.9%
G = 39.18%
B = 41.92%

CMYK

 C value IS 0.55

 M value IS 0.07

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#37727A (or 0x37727A) is known color: Ming. HEX triplet: 37, 72 and 7A. RGB value is (55,114,122). Sum of RGB (Red+Green+Blue) = 55+114+122=291 (38% of max value = 765). Red value is 55 (21.88% from 255 or 18.90% from 291); Green value is 114 (44.92% from 255 or 39.18% from 291); Blue value is 122 (48.05% from 255 or 41.92% from 291); Max value from RGB is 122 - color contains mainly: blue. Hex color #37727A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37727A is #C88D85. Grayscale: #616161. Windows color (decimal): -13143430 or 8024631. OLE color: 8024631.

HSL color Cylindrical-coordinate representation of color #37727A: hue angle of 187.16º 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 #37727A is Cyan = 0.55, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 55 114 122 -
CMYK 0.55 0.07 0 0.52
HSL 187.16º 0.38% 0.35% -
HSV(B) 187.16º 0.55% 0.48% -
XYZ 11.11 14.25 20.58 -
YUV 97.27 141.95 97.85 -
System Red Green Blue C M Y K H S L
Decimal 55 114 122 0.55 0.07 0 0.52 187.16 0.38 0.35
Hex 37 72 7A 37 7 0 34 BB 26 23
Octal 67 162 172 67 7 0 64 273 46 43
Binary 110111 1110010 1111010 110111 111 0 110100 10111011 100110 100011

Color Harmonies of #37727A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37727A

Black with #37727A

Text Example


Text Example

White with #37727A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37727A; }

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

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

background-color css

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

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

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

border-color css

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

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

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