Html Css Color HEX #37797D Ming

📋 copy color: '#37797D'

red 55 ◦ green 121 ◦ blue 125

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

Shades of Ming #37797D

Tints of Ming #37797D

RGB

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

 GREEN value IS 121 (47.66% from 255) = 40.2%

 BLUE value IS 125 (49.22% from 255) = 41.53%

R = 18.27%
G = 40.2%
B = 41.53%

CMYK

 C value IS 0.56

 M value IS 0.03

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#37797D (or 0x37797D) is known color: Ming. HEX triplet: 37, 79 and 7D. RGB value is (55,121,125). Sum of RGB (Red+Green+Blue) = 55+121+125=301 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.27% from 301); Green value is 121 (47.66% from 255 or 40.20% from 301); Blue value is 125 (49.22% from 255 or 41.53% from 301); Max value from RGB is 125 - color contains mainly: blue. Hex color #37797D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37797D is #C88682. Grayscale: #656565. Windows color (decimal): -13141635 or 8223031. OLE color: 8223031.

HSL color Cylindrical-coordinate representation of color #37797D: hue angle of 183.43º 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 #37797D is Cyan = 0.56, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 55 121 125 -
CMYK 0.56 0.03 0 0.51
HSL 183.43º 0.39% 0.35% -
HSV(B) 183.43º 0.56% 0.49% -
XYZ 12.11 15.97 21.85 -
YUV 101.72 141.13 94.67 -
System Red Green Blue C M Y K H S L
Decimal 55 121 125 0.56 0.03 0 0.51 183.43 0.39 0.35
Hex 37 79 7D 38 3 0 33 B7 27 23
Octal 67 171 175 70 3 0 63 267 47 43
Binary 110111 1111001 1111101 111000 11 0 110011 10110111 100111 100011

Color Harmonies of #37797D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37797D

Black with #37797D

Text Example


Text Example

White with #37797D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37797D; }

 p { color: rgb(55,121,125); }

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

background-color css

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

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

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

border-color css

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

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

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