Html Css Color HEX #3B7776 Ming

📋 copy color: '#3B7776'

red 59 ◦ green 119 ◦ blue 118

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

Shades of Ming #3B7776

Tints of Ming #3B7776

RGB

 RED value IS 59 (23.44% from 255) = 19.93%

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

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

R = 19.93%
G = 40.2%
B = 39.86%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.01

 K value IS 0.53

RGB Variations

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

Color information

#3B7776 (or 0x3B7776) is known color: Ming. HEX triplet: 3B, 77 and 76. RGB value is (59,119,118). Sum of RGB (Red+Green+Blue) = 59+119+118=296 (39% of max value = 765). Red value is 59 (23.44% from 255 or 19.93% from 296); Green value is 119 (46.88% from 255 or 40.20% from 296); Blue value is 118 (46.48% from 255 or 39.86% from 296); Max value from RGB is 119 - color contains mainly: green. Hex color #3B7776 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B7776 is #C48889. Grayscale: #646464. Windows color (decimal): -12880010 or 7763771. OLE color: 7763771.

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

Color convert

RGB 59 119 118 -
CMYK 0.50 0 0.01 0.53
HSL 179º 0.34% 0.35% -
HSV(B) 179º 0.5% 0.47% -
XYZ 11.67 15.43 19.5 -
YUV 100.95 137.62 98.08 -
System Red Green Blue C M Y K H S L
Decimal 59 119 118 0.50 0 0.01 0.53 179 0.34 0.35
Hex 3B 77 76 32 0 1 35 B3 22 23
Octal 73 167 166 62 0 1 65 263 42 43
Binary 111011 1110111 1110110 110010 0 1 110101 10110011 100010 100011

Color Harmonies of #3B7776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B7776

Black with #3B7776

Text Example


Text Example

White with #3B7776

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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