Html Css Color HEX #3C787F Ming

📋 copy color: '#3C787F'

red 60 ◦ green 120 ◦ blue 127

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

Shades of Ming #3C787F

Tints of Ming #3C787F

RGB

 RED value IS 60 (23.83% from 255) = 19.54%

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

 BLUE value IS 127 (50% from 255) = 41.37%

R = 19.54%
G = 39.09%
B = 41.37%

CMYK

 C value IS 0.53

 M value IS 0.06

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#3C787F (or 0x3C787F) is known color: Ming. HEX triplet: 3C, 78 and 7F. RGB value is (60,120,127). Sum of RGB (Red+Green+Blue) = 60+120+127=307 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.54% from 307); Green value is 120 (47.27% from 255 or 39.09% from 307); Blue value is 127 (50% from 255 or 41.37% from 307); Max value from RGB is 127 - color contains mainly: blue. Hex color #3C787F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C787F is #C38780. Grayscale: #666666. Windows color (decimal): -12814209 or 8353852. OLE color: 8353852.

HSL color Cylindrical-coordinate representation of color #3C787F: hue angle of 186.27º degrees, saturation: 0.36, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3C787F is Cyan = 0.53, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 60 120 127 -
CMYK 0.53 0.06 0 0.50
HSL 186.27º 0.36% 0.37% -
HSV(B) 186.27º 0.53% 0.5% -
XYZ 12.41 15.93 22.5 -
YUV 102.86 141.62 97.43 -
System Red Green Blue C M Y K H S L
Decimal 60 120 127 0.53 0.06 0 0.50 186.27 0.36 0.37
Hex 3C 78 7F 35 6 0 32 BA 24 25
Octal 74 170 177 65 6 0 62 272 44 45
Binary 111100 1111000 1111111 110101 110 0 110010 10111010 100100 100101

Color Harmonies of #3C787F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C787F

Black with #3C787F

Text Example


Text Example

White with #3C787F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,120,127); }

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

background-color css

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

 a { background-color: rgb(60,120,127); }

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

border-color css

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

 span { border-color: rgb(60,120,127); }

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