Html Css Color HEX #37727C Ming

📋 copy color: '#37727C'

red 55 ◦ green 114 ◦ blue 124

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

Shades of Ming #37727C

Tints of Ming #37727C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 42.32%

R = 18.77%
G = 38.91%
B = 42.32%

CMYK

 C value IS 0.56

 M value IS 0.08

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#37727C (or 0x37727C) is known color: Ming. HEX triplet: 37, 72 and 7C. RGB value is (55,114,124). Sum of RGB (Red+Green+Blue) = 55+114+124=293 (38% of max value = 765). Red value is 55 (21.88% from 255 or 18.77% from 293); Green value is 114 (44.92% from 255 or 38.91% from 293); Blue value is 124 (48.83% from 255 or 42.32% from 293); Max value from RGB is 124 - color contains mainly: blue. Hex color #37727C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37727C is #C88D83. Grayscale: #616161. Windows color (decimal): -13143428 or 8155703. OLE color: 8155703.

HSL color Cylindrical-coordinate representation of color #37727C: hue angle of 188.7º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #37727C is Cyan = 0.56, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 55 114 124 -
CMYK 0.56 0.08 0 0.51
HSL 188.7º 0.39% 0.35% -
HSV(B) 188.7º 0.56% 0.49% -
XYZ 11.23 14.3 21.24 -
YUV 97.5 142.95 97.69 -
System Red Green Blue C M Y K H S L
Decimal 55 114 124 0.56 0.08 0 0.51 188.7 0.39 0.35
Hex 37 72 7C 38 8 0 33 BD 27 23
Octal 67 162 174 70 10 0 63 275 47 43
Binary 110111 1110010 1111100 111000 1000 0 110011 10111101 100111 100011

Color Harmonies of #37727C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37727C

Black with #37727C

Text Example


Text Example

White with #37727C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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