Html Css Color HEX #3F7A74 Ming

📋 copy color: '#3F7A74'

red 63 ◦ green 122 ◦ blue 116

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

Shades of Ming #3F7A74

Tints of Ming #3F7A74

RGB

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

 GREEN value IS 122 (48.05% from 255) = 40.53%

 BLUE value IS 116 (45.7% from 255) = 38.54%

R = 20.93%
G = 40.53%
B = 38.54%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.05

 K value IS 0.52

RGB Variations

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

Color information

#3F7A74 (or 0x3F7A74) is known color: Ming. HEX triplet: 3F, 7A and 74. RGB value is (63,122,116). Sum of RGB (Red+Green+Blue) = 63+122+116=301 (39% of max value = 765). Red value is 63 (25% from 255 or 20.93% from 301); Green value is 122 (48.05% from 255 or 40.53% from 301); Blue value is 116 (45.70% from 255 or 38.54% from 301); Max value from RGB is 122 - color contains mainly: green. Hex color #3F7A74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F7A74 is #C0858B. Grayscale: #676767. Windows color (decimal): -12617100 or 7633471. OLE color: 7633471.

HSL color Cylindrical-coordinate representation of color #3F7A74: hue angle of 173.9º degrees, saturation: 0.32, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3F7A74 is Cyan = 0.48, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.52.

Color convert

RGB 63 122 116 -
CMYK 0.48 0 0.05 0.52
HSL 173.9º 0.32% 0.36% -
HSV(B) 173.9º 0.48% 0.48% -
XYZ 12.16 16.24 19.02 -
YUV 103.68 134.95 98.99 -
System Red Green Blue C M Y K H S L
Decimal 63 122 116 0.48 0 0.05 0.52 173.9 0.32 0.36
Hex 3F 7A 74 30 0 5 34 AE 20 24
Octal 77 172 164 60 0 5 64 256 40 44
Binary 111111 1111010 1110100 110000 0 101 110100 10101110 100000 100100

Color Harmonies of #3F7A74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F7A74

Black with #3F7A74

Text Example


Text Example

White with #3F7A74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,122,116); }

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

background-color css

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

 a { background-color: rgb(63,122,116); }

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

border-color css

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

 span { border-color: rgb(63,122,116); }

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