Html Css Color HEX #3C797A Ming

📋 copy color: '#3C797A'

red 60 ◦ green 121 ◦ blue 122

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

Shades of Ming #3C797A

Tints of Ming #3C797A

RGB

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

 GREEN value IS 121 (47.66% from 255) = 39.93%

 BLUE value IS 122 (48.05% from 255) = 40.26%

R = 19.8%
G = 39.93%
B = 40.26%

CMYK

 C value IS 0.51

 M value IS 0.01

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#3C797A (or 0x3C797A) is known color: Ming. HEX triplet: 3C, 79 and 7A. RGB value is (60,121,122). Sum of RGB (Red+Green+Blue) = 60+121+122=303 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.80% from 303); Green value is 121 (47.66% from 255 or 39.93% from 303); Blue value is 122 (48.05% from 255 or 40.26% from 303); Max value from RGB is 122 - color contains mainly: blue. Hex color #3C797A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C797A is #C38685. Grayscale: #666666. Windows color (decimal): -12813958 or 8026428. OLE color: 8026428.

HSL color Cylindrical-coordinate representation of color #3C797A: hue angle of 180.97º degrees, saturation: 0.34, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3C797A is Cyan = 0.51, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 60 121 122 -
CMYK 0.51 0.01 0 0.52
HSL 180.97º 0.34% 0.36% -
HSV(B) 180.97º 0.51% 0.48% -
XYZ 12.21 16.04 20.86 -
YUV 102.88 138.79 97.42 -
System Red Green Blue C M Y K H S L
Decimal 60 121 122 0.51 0.01 0 0.52 180.97 0.34 0.36
Hex 3C 79 7A 33 1 0 34 B5 22 24
Octal 74 171 172 63 1 0 64 265 42 44
Binary 111100 1111001 1111010 110011 1 0 110100 10110101 100010 100100

Color Harmonies of #3C797A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C797A

Black with #3C797A

Text Example


Text Example

White with #3C797A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,121,122); }

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

background-color css

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

 a { background-color: rgb(60,121,122); }

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

border-color css

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

 span { border-color: rgb(60,121,122); }

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