Html Css Color HEX #3A7776 Ming

📋 copy color: '#3A7776'

red 58 ◦ green 119 ◦ blue 118

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

Shades of Ming #3A7776

Tints of Ming #3A7776

RGB

 RED value IS 58 (23.05% from 255) = 19.66%

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

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

R = 19.66%
G = 40.34%
B = 40%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.01

 K value IS 0.53

RGB Variations

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

Color information

#3A7776 (or 0x3A7776) is known color: Ming. HEX triplet: 3A, 77 and 76. RGB value is (58,119,118). Sum of RGB (Red+Green+Blue) = 58+119+118=295 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.66% from 295); Green value is 119 (46.88% from 255 or 40.34% from 295); Blue value is 118 (46.48% from 255 or 40% from 295); Max value from RGB is 119 - color contains mainly: green. Hex color #3A7776 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A7776 is #C58889. Grayscale: #646464. Windows color (decimal): -12945546 or 7763770. OLE color: 7763770.

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

Color convert

RGB 58 119 118 -
CMYK 0.51 0 0.01 0.53
HSL 179.02º 0.34% 0.35% -
HSV(B) 179.02º 0.51% 0.47% -
XYZ 11.61 15.4 19.5 -
YUV 100.65 137.79 97.58 -
System Red Green Blue C M Y K H S L
Decimal 58 119 118 0.51 0 0.01 0.53 179.02 0.34 0.35
Hex 3A 77 76 33 0 1 35 B3 22 23
Octal 72 167 166 63 0 1 65 263 42 43
Binary 111010 1110111 1110110 110011 0 1 110101 10110011 100010 100011

Color Harmonies of #3A7776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A7776

Black with #3A7776

Text Example


Text Example

White with #3A7776

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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