Html Css Color HEX #397F7E Ming

📋 copy color: '#397F7E'

red 57 ◦ green 127 ◦ blue 126

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

Shades of Ming #397F7E

Tints of Ming #397F7E

RGB

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

 GREEN value IS 127 (50% from 255) = 40.97%

 BLUE value IS 126 (49.61% from 255) = 40.65%

R = 18.39%
G = 40.97%
B = 40.65%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.01

 K value IS 0.50

RGB Variations

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

Color information

#397F7E (or 0x397F7E) is known color: Ming. HEX triplet: 39, 7F and 7E. RGB value is (57,127,126). Sum of RGB (Red+Green+Blue) = 57+127+126=310 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.39% from 310); Green value is 127 (50% from 255 or 40.97% from 310); Blue value is 126 (49.61% from 255 or 40.65% from 310); Max value from RGB is 127 - color contains mainly: green. Hex color #397F7E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397F7E is #C68081. Grayscale: #696969. Windows color (decimal): -13009026 or 8290105. OLE color: 8290105.

HSL color Cylindrical-coordinate representation of color #397F7E: hue angle of 179.14º 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 #397F7E is Cyan = 0.55, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.50.

Color convert

RGB 57 127 126 -
CMYK 0.55 0 0.01 0.50
HSL 179.14º 0.38% 0.36% -
HSV(B) 179.14º 0.55% 0.5% -
XYZ 13.04 17.55 22.44 -
YUV 105.96 139.31 93.08 -
System Red Green Blue C M Y K H S L
Decimal 57 127 126 0.55 0 0.01 0.50 179.14 0.38 0.36
Hex 39 7F 7E 37 0 1 32 B3 26 24
Octal 71 177 176 67 0 1 62 263 46 44
Binary 111001 1111111 1111110 110111 0 1 110010 10110011 100110 100100

Color Harmonies of #397F7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397F7E

Black with #397F7E

Text Example


Text Example

White with #397F7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #397F7E; }

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

 H1.HeaderClassName
 {
   color: #397F7E;
 }
 .AnyTagClassName
 {
   color: #397F7E;
 }
</style>

background-color css

<style>
 a { background-color: #397F7E; }

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

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

border-color css

<style>
 span { border-color: #397F7E; }

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

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