Html Css Color HEX #3C7F79 Ming

📋 copy color: '#3C7F79'

red 60 ◦ green 127 ◦ blue 121

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

Shades of Ming #3C7F79

Tints of Ming #3C7F79

RGB

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

 GREEN value IS 127 (50% from 255) = 41.23%

 BLUE value IS 121 (47.66% from 255) = 39.29%

R = 19.48%
G = 41.23%
B = 39.29%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.05

 K value IS 0.50

RGB Variations

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

Color information

#3C7F79 (or 0x3C7F79) is known color: Ming. HEX triplet: 3C, 7F and 79. RGB value is (60,127,121). Sum of RGB (Red+Green+Blue) = 60+127+121=308 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.48% from 308); Green value is 127 (50% from 255 or 41.23% from 308); Blue value is 121 (47.66% from 255 or 39.29% from 308); Max value from RGB is 127 - color contains mainly: green. Hex color #3C7F79 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C7F79 is #C38086. Grayscale: #6A6A6A. Windows color (decimal): -12812423 or 7962428. OLE color: 7962428.

HSL color Cylindrical-coordinate representation of color #3C7F79: hue angle of 174.63º 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 #3C7F79 is Cyan = 0.53, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.50.

Color convert

RGB 60 127 121 -
CMYK 0.53 0 0.05 0.50
HSL 174.63º 0.36% 0.37% -
HSV(B) 174.63º 0.53% 0.5% -
XYZ 12.9 17.52 20.79 -
YUV 106.28 136.3 94.99 -
System Red Green Blue C M Y K H S L
Decimal 60 127 121 0.53 0 0.05 0.50 174.63 0.36 0.37
Hex 3C 7F 79 35 0 5 32 AF 24 25
Octal 74 177 171 65 0 5 62 257 44 45
Binary 111100 1111111 1111001 110101 0 101 110010 10101111 100100 100101

Color Harmonies of #3C7F79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C7F79

Black with #3C7F79

Text Example


Text Example

White with #3C7F79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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