Html Css Color HEX #3F797C Ming

📋 copy color: '#3F797C'

red 63 ◦ green 121 ◦ blue 124

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

Shades of Ming #3F797C

Tints of Ming #3F797C

RGB

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

 GREEN value IS 121 (47.66% from 255) = 39.29%

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

R = 20.45%
G = 39.29%
B = 40.26%

CMYK

 C value IS 0.49

 M value IS 0.02

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#3F797C (or 0x3F797C) is known color: Ming. HEX triplet: 3F, 79 and 7C. RGB value is (63,121,124). Sum of RGB (Red+Green+Blue) = 63+121+124=308 (40% of max value = 765). Red value is 63 (25% from 255 or 20.45% from 308); Green value is 121 (47.66% from 255 or 39.29% from 308); Blue value is 124 (48.83% from 255 or 40.26% from 308); Max value from RGB is 124 - color contains mainly: blue. Hex color #3F797C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F797C is #C08683. Grayscale: #676767. Windows color (decimal): -12617348 or 8157503. OLE color: 8157503.

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

Color convert

RGB 63 121 124 -
CMYK 0.49 0.02 0 0.51
HSL 182.95º 0.33% 0.37% -
HSV(B) 182.95º 0.49% 0.49% -
XYZ 12.53 16.19 21.53 -
YUV 104 139.28 98.76 -
System Red Green Blue C M Y K H S L
Decimal 63 121 124 0.49 0.02 0 0.51 182.95 0.33 0.37
Hex 3F 79 7C 31 2 0 33 B7 21 25
Octal 77 171 174 61 2 0 63 267 41 45
Binary 111111 1111001 1111100 110001 10 0 110011 10110111 100001 100101

Color Harmonies of #3F797C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F797C

Black with #3F797C

Text Example


Text Example

White with #3F797C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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