Html Css Color HEX #39727A Ming

📋 copy color: '#39727A'

red 57 ◦ green 114 ◦ blue 122

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

Shades of Ming #39727A

Tints of Ming #39727A

RGB

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

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

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

R = 19.45%
G = 38.91%
B = 41.64%

CMYK

 C value IS 0.53

 M value IS 0.07

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#39727A (or 0x39727A) is known color: Ming. HEX triplet: 39, 72 and 7A. RGB value is (57,114,122). Sum of RGB (Red+Green+Blue) = 57+114+122=293 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.45% from 293); Green value is 114 (44.92% from 255 or 38.91% from 293); Blue value is 122 (48.05% from 255 or 41.64% from 293); Max value from RGB is 122 - color contains mainly: blue. Hex color #39727A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #39727A is #C68D85. Grayscale: #616161. Windows color (decimal): -13012358 or 8024633. OLE color: 8024633.

HSL color Cylindrical-coordinate representation of color #39727A: hue angle of 187.38º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #39727A is Cyan = 0.53, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 57 114 122 -
CMYK 0.53 0.07 0 0.52
HSL 187.38º 0.36% 0.35% -
HSV(B) 187.38º 0.53% 0.48% -
XYZ 11.22 14.31 20.58 -
YUV 97.87 141.62 98.85 -
System Red Green Blue C M Y K H S L
Decimal 57 114 122 0.53 0.07 0 0.52 187.38 0.36 0.35
Hex 39 72 7A 35 7 0 34 BB 24 23
Octal 71 162 172 65 7 0 64 273 44 43
Binary 111001 1110010 1111010 110101 111 0 110100 10111011 100100 100011

Color Harmonies of #39727A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39727A

Black with #39727A

Text Example


Text Example

White with #39727A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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