Html Css Color HEX #3F7576 Ming

📋 copy color: '#3F7576'

red 63 ◦ green 117 ◦ blue 118

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

Shades of Ming #3F7576

Tints of Ming #3F7576

RGB

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

 GREEN value IS 117 (46.09% from 255) = 39.26%

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

R = 21.14%
G = 39.26%
B = 39.6%

CMYK

 C value IS 0.47

 M value IS 0.01

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#3F7576 (or 0x3F7576) is known color: Ming. HEX triplet: 3F, 75 and 76. RGB value is (63,117,118). Sum of RGB (Red+Green+Blue) = 63+117+118=298 (39% of max value = 765). Red value is 63 (25% from 255 or 21.14% from 298); Green value is 117 (46.09% from 255 or 39.26% from 298); Blue value is 118 (46.48% from 255 or 39.60% from 298); Max value from RGB is 118 - color contains mainly: blue. Hex color #3F7576 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F7576 is #C08A89. Grayscale: #646464. Windows color (decimal): -12618378 or 7763263. OLE color: 7763263.

HSL color Cylindrical-coordinate representation of color #3F7576: hue angle of 181.09º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3F7576 is Cyan = 0.47, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 63 117 118 -
CMYK 0.47 0.01 0 0.54
HSL 181.09º 0.3% 0.35% -
HSV(B) 181.09º 0.47% 0.46% -
XYZ 11.68 15.09 19.44 -
YUV 100.97 137.61 100.92 -
System Red Green Blue C M Y K H S L
Decimal 63 117 118 0.47 0.01 0 0.54 181.09 0.3 0.35
Hex 3F 75 76 2F 1 0 36 B5 1E 23
Octal 77 165 166 57 1 0 66 265 36 43
Binary 111111 1110101 1110110 101111 1 0 110110 10110101 11110 100011

Color Harmonies of #3F7576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F7576

Black with #3F7576

Text Example


Text Example

White with #3F7576

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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