Html Css Color HEX #477776 Ming

📋 copy color: '#477776'

red 71 ◦ green 119 ◦ blue 118

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

Shades of Ming #477776

Tints of Ming #477776

RGB

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

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

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

R = 23.05%
G = 38.64%
B = 38.31%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.01

 K value IS 0.53

RGB Variations

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

Color information

#477776 (or 0x477776) is known color: Ming. HEX triplet: 47, 77 and 76. RGB value is (71,119,118). Sum of RGB (Red+Green+Blue) = 71+119+118=308 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.05% from 308); Green value is 119 (46.88% from 255 or 38.64% from 308); Blue value is 118 (46.48% from 255 or 38.31% from 308); Max value from RGB is 119 - color contains mainly: green. Hex color #477776 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #477776 is #B88889. Grayscale: #686868. Windows color (decimal): -12093578 or 7763783. OLE color: 7763783.

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

Color convert

RGB 71 119 118 -
CMYK 0.40 0 0.01 0.53
HSL 178.75º 0.25% 0.37% -
HSV(B) 178.75º 0.4% 0.47% -
XYZ 12.47 15.84 19.54 -
YUV 104.53 135.6 104.08 -
System Red Green Blue C M Y K H S L
Decimal 71 119 118 0.40 0 0.01 0.53 178.75 0.25 0.37
Hex 47 77 76 28 0 1 35 B3 19 25
Octal 107 167 166 50 0 1 65 263 31 45
Binary 1000111 1110111 1110110 101000 0 1 110101 10110011 11001 100101

Color Harmonies of #477776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477776

Black with #477776

Text Example


Text Example

White with #477776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #477776; }

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

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

background-color css

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

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

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

border-color css

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

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

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