Html Css Color HEX #3F777D Ming

📋 copy color: '#3F777D'

red 63 ◦ green 119 ◦ blue 125

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

Shades of Ming #3F777D

Tints of Ming #3F777D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 40.72%

R = 20.52%
G = 38.76%
B = 40.72%

CMYK

 C value IS 0.50

 M value IS 0.05

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#3F777D (or 0x3F777D) is known color: Ming. HEX triplet: 3F, 77 and 7D. RGB value is (63,119,125). Sum of RGB (Red+Green+Blue) = 63+119+125=307 (40% of max value = 765). Red value is 63 (25% from 255 or 20.52% from 307); Green value is 119 (46.88% from 255 or 38.76% from 307); Blue value is 125 (49.22% from 255 or 40.72% from 307); Max value from RGB is 125 - color contains mainly: blue. Hex color #3F777D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F777D is #C08882. Grayscale: #666666. Windows color (decimal): -12617859 or 8222527. OLE color: 8222527.

HSL color Cylindrical-coordinate representation of color #3F777D: hue angle of 185.81º 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 #3F777D is Cyan = 0.50, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 63 119 125 -
CMYK 0.50 0.05 0 0.51
HSL 185.81º 0.33% 0.37% -
HSV(B) 185.81º 0.5% 0.49% -
XYZ 12.35 15.73 21.79 -
YUV 102.94 140.45 99.51 -
System Red Green Blue C M Y K H S L
Decimal 63 119 125 0.50 0.05 0 0.51 185.81 0.33 0.37
Hex 3F 77 7D 32 5 0 33 BA 21 25
Octal 77 167 175 62 5 0 63 272 41 45
Binary 111111 1110111 1111101 110010 101 0 110011 10111010 100001 100101

Color Harmonies of #3F777D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F777D

Black with #3F777D

Text Example


Text Example

White with #3F777D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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