Html Css Color HEX #3F7C76 Ming

📋 copy color: '#3F7C76'

red 63 ◦ green 124 ◦ blue 118

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

Shades of Ming #3F7C76

Tints of Ming #3F7C76

RGB

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

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

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

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

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.05

 K value IS 0.51

RGB Variations

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

Color information

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

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

Color convert

RGB 63 124 118 -
CMYK 0.49 0 0.05 0.51
HSL 174.1º 0.33% 0.37% -
HSV(B) 174.1º 0.49% 0.49% -
XYZ 12.53 16.78 19.72 -
YUV 105.08 135.29 97.99 -
System Red Green Blue C M Y K H S L
Decimal 63 124 118 0.49 0 0.05 0.51 174.1 0.33 0.37
Hex 3F 7C 76 31 0 5 33 AE 21 25
Octal 77 174 166 61 0 5 63 256 41 45
Binary 111111 1111100 1110110 110001 0 101 110011 10101110 100001 100101

Color Harmonies of #3F7C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F7C76

Black with #3F7C76

Text Example


Text Example

White with #3F7C76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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