Html Css Color HEX #3F767D Ming

📋 copy color: '#3F767D'

red 63 ◦ green 118 ◦ blue 125

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

Shades of Ming #3F767D

Tints of Ming #3F767D

RGB

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

 GREEN value IS 118 (46.48% from 255) = 38.56%

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

R = 20.59%
G = 38.56%
B = 40.85%

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

#3F767D (or 0x3F767D) is known color: Ming. HEX triplet: 3F, 76 and 7D. RGB value is (63,118,125). Sum of RGB (Red+Green+Blue) = 63+118+125=306 (40% of max value = 765). Red value is 63 (25% from 255 or 20.59% from 306); Green value is 118 (46.48% from 255 or 38.56% from 306); Blue value is 125 (49.22% from 255 or 40.85% from 306); Max value from RGB is 125 - color contains mainly: blue. Hex color #3F767D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F767D is #C08982. Grayscale: #666666. Windows color (decimal): -12618115 or 8222271. OLE color: 8222271.

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

Color convert

RGB 63 118 125 -
CMYK 0.50 0.06 0 0.51
HSL 186.77º 0.33% 0.37% -
HSV(B) 186.77º 0.5% 0.49% -
XYZ 12.23 15.49 21.75 -
YUV 102.35 140.78 99.93 -
System Red Green Blue C M Y K H S L
Decimal 63 118 125 0.50 0.06 0 0.51 186.77 0.33 0.37
Hex 3F 76 7D 32 6 0 33 BB 21 25
Octal 77 166 175 62 6 0 63 273 41 45
Binary 111111 1110110 1111101 110010 110 0 110011 10111011 100001 100101

Color Harmonies of #3F767D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F767D

Black with #3F767D

Text Example


Text Example

White with #3F767D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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