Html Css Color HEX #39727C Ming

📋 copy color: '#39727C'

red 57 ◦ green 114 ◦ blue 124

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

Shades of Ming #39727C

Tints of Ming #39727C

RGB

 RED value IS 57 (22.66% from 255) = 19.32%

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

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

R = 19.32%
G = 38.64%
B = 42.03%

CMYK

 C value IS 0.54

 M value IS 0.08

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#39727C (or 0x39727C) is known color: Ming. HEX triplet: 39, 72 and 7C. RGB value is (57,114,124). Sum of RGB (Red+Green+Blue) = 57+114+124=295 (39% of max value = 765). Red value is 57 (22.66% from 255 or 19.32% from 295); Green value is 114 (44.92% from 255 or 38.64% from 295); Blue value is 124 (48.83% from 255 or 42.03% from 295); Max value from RGB is 124 - color contains mainly: blue. Hex color #39727C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #39727C is #C68D83. Grayscale: #616161. Windows color (decimal): -13012356 or 8155705. OLE color: 8155705.

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

Color convert

RGB 57 114 124 -
CMYK 0.54 0.08 0 0.51
HSL 188.96º 0.37% 0.35% -
HSV(B) 188.96º 0.54% 0.49% -
XYZ 11.34 14.36 21.24 -
YUV 98.1 142.62 98.69 -
System Red Green Blue C M Y K H S L
Decimal 57 114 124 0.54 0.08 0 0.51 188.96 0.37 0.35
Hex 39 72 7C 36 8 0 33 BD 25 23
Octal 71 162 174 66 10 0 63 275 45 43
Binary 111001 1110010 1111100 110110 1000 0 110011 10111101 100101 100011

Color Harmonies of #39727C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39727C

Black with #39727C

Text Example


Text Example

White with #39727C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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