Html Css Color HEX #3F777E Ming

📋 copy color: '#3F777E'

red 63 ◦ green 119 ◦ blue 126

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

Shades of Ming #3F777E

Tints of Ming #3F777E

RGB

 RED value IS 63 (25% from 255) = 20.45%

 GREEN value IS 119 (46.88% from 255) = 38.64%

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

R = 20.45%
G = 38.64%
B = 40.91%

CMYK

 C value IS 0.50

 M value IS 0.06

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#3F777E (or 0x3F777E) is known color: Ming. HEX triplet: 3F, 77 and 7E. RGB value is (63,119,126). Sum of RGB (Red+Green+Blue) = 63+119+126=308 (40% of max value = 765). Red value is 63 (25% from 255 or 20.45% from 308); Green value is 119 (46.88% from 255 or 38.64% from 308); Blue value is 126 (49.61% from 255 or 40.91% from 308); Max value from RGB is 126 - color contains mainly: blue. Hex color #3F777E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F777E is #C08881. Grayscale: #666666. Windows color (decimal): -12617858 or 8288063. OLE color: 8288063.

HSL color Cylindrical-coordinate representation of color #3F777E: hue angle of 186.67º degrees, saturation: 0.33, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3F777E is Cyan = 0.50, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 63 119 126 -
CMYK 0.50 0.06 0 0.51
HSL 186.67º 0.33% 0.37% -
HSV(B) 186.67º 0.5% 0.49% -
XYZ 12.41 15.76 22.13 -
YUV 103.05 140.95 99.43 -
System Red Green Blue C M Y K H S L
Decimal 63 119 126 0.50 0.06 0 0.51 186.67 0.33 0.37
Hex 3F 77 7E 32 6 0 33 BB 21 25
Octal 77 167 176 62 6 0 63 273 41 45
Binary 111111 1110111 1111110 110010 110 0 110011 10111011 100001 100101

Color Harmonies of #3F777E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F777E

Black with #3F777E

Text Example


Text Example

White with #3F777E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3F777E; }

 p { color: rgb(63,119,126); }

 H1.HeaderClassName
 {
   color: #3F777E;
 }
 .AnyTagClassName
 {
   color: #3F777E;
 }
</style>

background-color css

<style>
 a { background-color: #3F777E; }

 a { background-color: rgb(63,119,126); }

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

border-color css

<style>
 span { border-color: #3F777E; }

 span { border-color: rgb(63,119,126); }

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