Html Css Color HEX #477777 Ming

📋 copy color: '#477777'

red 71 ◦ green 119 ◦ blue 119

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

Shades of Ming #477777

Tints of Ming #477777

RGB

 RED value IS 71 (28.13% from 255) = 22.98%

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

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

R = 22.98%
G = 38.51%
B = 38.51%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#477777 (or 0x477777) is known color: Ming. HEX triplet: 47, 77 and 77. RGB value is (71,119,119). Sum of RGB (Red+Green+Blue) = 71+119+119=309 (40% of max value = 765). Red value is 71 (28.12% from 255 or 22.98% from 309); Green value is 119 (46.88% from 255 or 38.51% from 309); Blue value is 119 (46.88% from 255 or 38.51% from 309); Max value from RGB is 119 - color contains mainly: green, blue. Hex color #477777 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #477777 is #B88888. Grayscale: #686868. Windows color (decimal): -12093577 or 7829319. OLE color: 7829319.

HSL color Cylindrical-coordinate representation of color #477777: hue angle of 180º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #477777 is Cyan = 0.40, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 71 119 119 -
CMYK 0.40 0 0 0.53
HSL 180º 0.25% 0.37% -
HSV(B) 180º 0.4% 0.47% -
XYZ 12.53 15.87 19.85 -
YUV 104.65 136.1 104 -
System Red Green Blue C M Y K H S L
Decimal 71 119 119 0.40 0 0 0.53 180 0.25 0.37
Hex 47 77 77 28 0 0 35 B4 19 25
Octal 107 167 167 50 0 0 65 264 31 45
Binary 1000111 1110111 1110111 101000 0 0 110101 10110100 11001 100101

Color Harmonies of #477777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477777

Black with #477777

Text Example


Text Example

White with #477777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #477777; }

 p { color: rgb(71,119,119); }

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

background-color css

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

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

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

border-color css

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

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

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