Html Css Color HEX #3F767C Ming

📋 copy color: '#3F767C'

red 63 ◦ green 118 ◦ blue 124

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

Shades of Ming #3F767C

Tints of Ming #3F767C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 40.66%

R = 20.66%
G = 38.69%
B = 40.66%

CMYK

 C value IS 0.49

 M value IS 0.05

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#3F767C (or 0x3F767C) is known color: Ming. HEX triplet: 3F, 76 and 7C. RGB value is (63,118,124). Sum of RGB (Red+Green+Blue) = 63+118+124=305 (40% of max value = 765). Red value is 63 (25% from 255 or 20.66% from 305); Green value is 118 (46.48% from 255 or 38.69% from 305); Blue value is 124 (48.83% from 255 or 40.66% from 305); Max value from RGB is 124 - color contains mainly: blue. Hex color #3F767C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F767C is #C08983. Grayscale: #666666. Windows color (decimal): -12618116 or 8156735. OLE color: 8156735.

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

Color convert

RGB 63 118 124 -
CMYK 0.49 0.05 0 0.51
HSL 185.9º 0.33% 0.37% -
HSV(B) 185.9º 0.49% 0.49% -
XYZ 12.17 15.47 21.41 -
YUV 102.24 140.28 100.01 -
System Red Green Blue C M Y K H S L
Decimal 63 118 124 0.49 0.05 0 0.51 185.9 0.33 0.37
Hex 3F 76 7C 31 5 0 33 BA 21 25
Octal 77 166 174 61 5 0 63 272 41 45
Binary 111111 1110110 1111100 110001 101 0 110011 10111010 100001 100101

Color Harmonies of #3F767C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F767C

Black with #3F767C

Text Example


Text Example

White with #3F767C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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