Html Css Color HEX #477677 Ming

📋 copy color: '#477677'

red 71 ◦ green 118 ◦ blue 119

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

Shades of Ming #477677

Tints of Ming #477677

RGB

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

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

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

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

CMYK

 C value IS 0.40

 M value IS 0.01

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

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

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

Color convert

RGB 71 118 119 -
CMYK 0.40 0.01 0 0.53
HSL 181.25º 0.25% 0.37% -
HSV(B) 181.25º 0.4% 0.47% -
XYZ 12.41 15.63 19.82 -
YUV 104.06 136.43 104.42 -
System Red Green Blue C M Y K H S L
Decimal 71 118 119 0.40 0.01 0 0.53 181.25 0.25 0.37
Hex 47 76 77 28 1 0 35 B5 19 25
Octal 107 166 167 50 1 0 65 265 31 45
Binary 1000111 1110110 1110111 101000 1 0 110101 10110101 11001 100101

Color Harmonies of #477677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477677

Black with #477677

Text Example


Text Example

White with #477677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #477677; }

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

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

background-color css

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

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

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

border-color css

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

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

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