Html Css Color HEX #47787D Ming

📋 copy color: '#47787D'

red 71 ◦ green 120 ◦ blue 125

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

Shades of Ming #47787D

Tints of Ming #47787D

RGB

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

 GREEN value IS 120 (47.27% from 255) = 37.97%

 BLUE value IS 125 (49.22% from 255) = 39.56%

R = 22.47%
G = 37.97%
B = 39.56%

CMYK

 C value IS 0.43

 M value IS 0.04

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#47787D (or 0x47787D) is known color: Ming. HEX triplet: 47, 78 and 7D. RGB value is (71,120,125). Sum of RGB (Red+Green+Blue) = 71+120+125=316 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.47% from 316); Green value is 120 (47.27% from 255 or 37.97% from 316); Blue value is 125 (49.22% from 255 or 39.56% from 316); Max value from RGB is 125 - color contains mainly: blue. Hex color #47787D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47787D is #B88782. Grayscale: #696969. Windows color (decimal): -12093315 or 8222791. OLE color: 8222791.

HSL color Cylindrical-coordinate representation of color #47787D: hue angle of 185.56º degrees, saturation: 0.28, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #47787D is Cyan = 0.43, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 71 120 125 -
CMYK 0.43 0.04 0 0.51
HSL 185.56º 0.28% 0.38% -
HSV(B) 185.56º 0.43% 0.49% -
XYZ 13.02 16.25 21.85 -
YUV 105.92 138.77 103.09 -
System Red Green Blue C M Y K H S L
Decimal 71 120 125 0.43 0.04 0 0.51 185.56 0.28 0.38
Hex 47 78 7D 2B 4 0 33 BA 1C 26
Octal 107 170 175 53 4 0 63 272 34 46
Binary 1000111 1111000 1111101 101011 100 0 110011 10111010 11100 100110

Color Harmonies of #47787D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47787D

Black with #47787D

Text Example


Text Example

White with #47787D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47787D; }

 p { color: rgb(71,120,125); }

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

background-color css

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

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

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

border-color css

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

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

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