Html Css Color HEX #39757F Ming

📋 copy color: '#39757F'

red 57 ◦ green 117 ◦ blue 127

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

Shades of Ming #39757F

Tints of Ming #39757F

RGB

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

 GREEN value IS 117 (46.09% from 255) = 38.87%

 BLUE value IS 127 (50% from 255) = 42.19%

R = 18.94%
G = 38.87%
B = 42.19%

CMYK

 C value IS 0.55

 M value IS 0.08

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#39757F (or 0x39757F) is known color: Ming. HEX triplet: 39, 75 and 7F. RGB value is (57,117,127). Sum of RGB (Red+Green+Blue) = 57+117+127=301 (39% of max value = 765). Red value is 57 (22.66% from 255 or 18.94% from 301); Green value is 117 (46.09% from 255 or 38.87% from 301); Blue value is 127 (50% from 255 or 42.19% from 301); Max value from RGB is 127 - color contains mainly: blue. Hex color #39757F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #39757F is #C68A80. Grayscale: #646464. Windows color (decimal): -13011585 or 8353081. OLE color: 8353081.

HSL color Cylindrical-coordinate representation of color #39757F: hue angle of 188.57º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #39757F is Cyan = 0.55, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 57 117 127 -
CMYK 0.55 0.08 0 0.50
HSL 188.57º 0.38% 0.36% -
HSV(B) 188.57º 0.55% 0.5% -
XYZ 11.88 15.12 22.37 -
YUV 100.2 143.12 97.19 -
System Red Green Blue C M Y K H S L
Decimal 57 117 127 0.55 0.08 0 0.50 188.57 0.38 0.36
Hex 39 75 7F 37 8 0 32 BD 26 24
Octal 71 165 177 67 10 0 62 275 46 44
Binary 111001 1110101 1111111 110111 1000 0 110010 10111101 100110 100100

Color Harmonies of #39757F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39757F

Black with #39757F

Text Example


Text Example

White with #39757F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #39757F; }

 p { color: rgb(57,117,127); }

 H1.HeaderClassName
 {
   color: #39757F;
 }
 .AnyTagClassName
 {
   color: #39757F;
 }
</style>

background-color css

<style>
 a { background-color: #39757F; }

 a { background-color: rgb(57,117,127); }

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

border-color css

<style>
 span { border-color: #39757F; }

 span { border-color: rgb(57,117,127); }

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