Html Css Color HEX #3F7776 Ming

📋 copy color: '#3F7776'

red 63 ◦ green 119 ◦ blue 118

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

Shades of Ming #3F7776

Tints of Ming #3F7776

RGB

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

 GREEN value IS 119 (46.88% from 255) = 39.67%

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

R = 21%
G = 39.67%
B = 39.33%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.01

 K value IS 0.53

RGB Variations

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

Color information

#3F7776 (or 0x3F7776) is known color: Ming. HEX triplet: 3F, 77 and 76. RGB value is (63,119,118). Sum of RGB (Red+Green+Blue) = 63+119+118=300 (39% of max value = 765). Red value is 63 (25% from 255 or 21% from 300); Green value is 119 (46.88% from 255 or 39.67% from 300); Blue value is 118 (46.48% from 255 or 39.33% from 300); Max value from RGB is 119 - color contains mainly: green. Hex color #3F7776 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F7776 is #C08889. Grayscale: #666666. Windows color (decimal): -12617866 or 7763775. OLE color: 7763775.

HSL color Cylindrical-coordinate representation of color #3F7776: hue angle of 178.93º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3F7776 is Cyan = 0.47, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.53.

Color convert

RGB 63 119 118 -
CMYK 0.47 0 0.01 0.53
HSL 178.93º 0.31% 0.36% -
HSV(B) 178.93º 0.47% 0.47% -
XYZ 11.92 15.56 19.51 -
YUV 102.14 136.95 100.08 -
System Red Green Blue C M Y K H S L
Decimal 63 119 118 0.47 0 0.01 0.53 178.93 0.31 0.36
Hex 3F 77 76 2F 0 1 35 B3 1F 24
Octal 77 167 166 57 0 1 65 263 37 44
Binary 111111 1110111 1110110 101111 0 1 110101 10110011 11111 100100

Color Harmonies of #3F7776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F7776

Black with #3F7776

Text Example


Text Example

White with #3F7776

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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