Html Css Color HEX #3B7677 Ming

📋 copy color: '#3B7677'

red 59 ◦ green 118 ◦ blue 119

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

Shades of Ming #3B7677

Tints of Ming #3B7677

RGB

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

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

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

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

CMYK

 C value IS 0.50

 M value IS 0.01

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #3B7677: hue angle of 181º 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 #3B7677 is Cyan = 0.50, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 59 118 119 -
CMYK 0.50 0.01 0 0.53
HSL 181º 0.34% 0.35% -
HSV(B) 181º 0.5% 0.47% -
XYZ 11.61 15.22 19.78 -
YUV 100.47 138.45 98.42 -
System Red Green Blue C M Y K H S L
Decimal 59 118 119 0.50 0.01 0 0.53 181 0.34 0.35
Hex 3B 76 77 32 1 0 35 B5 22 23
Octal 73 166 167 62 1 0 65 265 42 43
Binary 111011 1110110 1110111 110010 1 0 110101 10110101 100010 100011

Color Harmonies of #3B7677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B7677

Black with #3B7677

Text Example


Text Example

White with #3B7677

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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